summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with grouping/aggregation in queries that useTom Lane1999-06-065-131/+87
* I used bad style of comments and ... commented out some code inVadim B. Mikheev1999-06-061-11/+9
* Instead of failing when the constructed name for a sequence,Tom Lane1999-06-051-85/+92
* Remove redeclarations of default parameter values fromTom Lane1999-06-051-19/+19
* a fix for Win32 support provided by yutaka@marin.or.jp.Tatsuo Ishii1999-06-051-2/+2
* trace.patch (compilation error)Marc G. Fournier1999-06-052-11/+9
* man.patch (make inconsistency)Marc G. Fournier1999-06-051-3/+3
* ecpg.patch (wrong makefile expansion in some cases)Marc G. Fournier1999-06-052-11/+11
* Suppress indexes on large objects from psql's \d listing;Tom Lane1999-06-041-11/+24
* Add startup-time check that -B is not unreasonably small forTom Lane1999-06-041-2/+19
* Add configurable option controlling security checks in LO functions.Tom Lane1999-06-042-2/+16
* Turns out OIDNAMELEN wasn't really being used at all!Tom Lane1999-06-043-15/+6
* Add mention of SHARE ROW EXCLUSIVE mode.Bruce Momjian1999-06-042-4/+6
* man page cleanup for vadim.Bruce Momjian1999-06-041-2/+2
* Add description for SET TRANSACTION.Bruce Momjian1999-06-041-1/+9
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-044-57/+61
* SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;Bruce Momjian1999-06-031-2/+2
* Thanks for this, but SET TRANSACTION ISOLATION LEVELBruce Momjian1999-06-032-5/+5
* Add mention of FOR UPDATE and LIMIT/OFFSET>Bruce Momjian1999-06-032-4/+14
* Update lock sgml/man/psql help pages.Bruce Momjian1999-06-032-5/+10
* Add SET TRANSACTION ISOLATION LEVEL and SET NAMES mention.Bruce Momjian1999-06-032-6/+6
* Update psql help so it looks better.Bruce Momjian1999-06-031-10/+14
* Update SET commands for psql \h, man pages, and sgml.Bruce Momjian1999-06-032-28/+45
* 1. Additional fix against ERROR: Child itemid marked as unusedVadim B. Mikheev1999-06-032-25/+49
* Unuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED inVadim B. Mikheev1999-06-031-3/+2
* 1. MyProc->xid assignment is moved to GetNewTransactionId so newerVadim B. Mikheev1999-06-032-18/+18
* pg_dump failed on any database containing large objects,Tom Lane1999-06-031-4/+6
* Ensure consistent results when FormSortKeys fails to findTom Lane1999-06-031-2/+4
* Ooops ... dllist.c can't use Assert() when it is compiled intoTom Lane1999-06-031-2/+11
* Changed "current." into "old." in rule string backparsingJan Wieck1999-06-022-31/+31
* The INET and CIDR types mistakenly compared 198.68.123.0/24 andBruce Momjian1999-06-021-2/+10
* typedef struct LTAGVadim B. Mikheev1999-06-011-7/+12
* forgot to attach the patch. :(Bruce Momjian1999-06-011-4/+4
* commented out PgConnection& references for now. May be using themBruce Momjian1999-06-013-5/+4
* Fix some latent bugs in dllist.c (carelessness about settingTom Lane1999-05-313-40/+73
* Clean up memory leaks in LO operations by freeing LO's privateTom Lane1999-05-313-28/+83
* Generate a more specific error message when an operator usedTom Lane1999-05-311-5/+61
* Round up shmem size estimate to 1Kb boundary.Tom Lane1999-05-311-1/+3
* Correct serious bug in hashtable expansion routine: under theTom Lane1999-05-311-38/+44
* NT similar file update.Bruce Momjian1999-05-311-0/+4
* Release XactLockTable share lock immediately after this lock is acquiredVadim B. Mikheev1999-05-311-1/+2
* Clean up uninitialized-variable warning from egcs.Tom Lane1999-05-301-7/+12
* egcs thinks omitting the return type in a function declarationTom Lane1999-05-301-3/+3
* Replace static rcsid[] strings by IDENTIFICATION comments inTom Lane1999-05-305-14/+12
* configure.in forgot to do AC_LANG_C to reselect C-based testsTom Lane1999-05-302-320/+331
* Turns out that configure's test for HPUXMATHLIB didn't workTom Lane1999-05-292-103/+107
* 1. Run all pg_dump queries in single serializable transaction.Vadim B. Mikheev1999-05-294-144/+42
* Fix xid table sizing.Vadim B. Mikheev1999-05-292-4/+5
* Missing semicolons in non-HAS_TEST_AND_SET code paths :-(Tom Lane1999-05-291-5/+5
* Avoid redundant SysCache searches in coerce_type, for anotherTom Lane1999-05-294-37/+24