aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-20
* Finally found a platform which has finite() but nonetheless sets errnoTom Lane1999-12-20
* Clean up some minor gcc warnings.Tom Lane1999-12-20
* Whoever touched this code last doesn't seem to understandTom Lane1999-12-20
* Remove unused files.Bruce Momjian1999-12-17
* Fix MULTIBYTE handling in string by using strcat.Bruce Momjian1999-12-17
* Re-enable makeAttr() if ENABLE_OUTER_JOINS is defined.Thomas G. Lockhart1999-12-17
* Reverse out nextval patch.Bruce Momjian1999-12-17
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* >Turning nextval and currval into keywords is not an acceptable way toBruce Momjian1999-12-16
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-16
* Update for QNX.Bruce Momjian1999-12-16
* Ethernet MAC addresses (macaddr type) are not compared correctly forBruce Momjian1999-12-16
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* fix_parsetree_attnums was not nearly smart enough about walking parseTom Lane1999-12-14
* > From what I gather, this should be a little cleaner because theBruce Momjian1999-12-14
* >From what I gather, this should be a little cleaner because theBruce Momjian1999-12-14
* Depending on my interpreting (and programming) skills, this might solveBruce Momjian1999-12-14
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* aggregate(DISTINCT ...) works, per SQL spec.Tom Lane1999-12-13
* any_ordering_op()'s argument should be declared Oid not int.Tom Lane1999-12-12
* I'm in TODO mood today ...Bruce Momjian1999-12-12
* Meanwhile, database names with single quotes in names don't work very wellBruce Momjian1999-12-12
* Added global variable to have RI triggers overrideJan Wieck1999-12-10
* Fix memory overrun while setting ps statusTatsuo Ishii1999-12-10
* Teach grammar and parser about aggregate(DISTINCT ...). No implementationTom Lane1999-12-10
* Remove unneeded action.Bruce Momjian1999-12-10
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Correct coredump in ALTER TABLE foo ADD(). Accept explicit NULL inTom Lane1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Update for QNX from Kardos, Dr. AndreaBruce Momjian1999-12-09
* Replace generic 'Illegal use of aggregates' error message with one thatTom Lane1999-12-09
* Hi,Bruce Momjian1999-12-09
* Fixed concurrent visibility bug.Jan Wieck1999-12-08
* Clean up memory leakage in find_inheritors() by using pg_list listsTom Lane1999-12-07
* Again updated INSIDE TODOJan Wieck1999-12-07
* Added SET DEFAULT action for ON DELETE/UPDATEJan Wieck1999-12-07
* Corrected TODO in sourceJan Wieck1999-12-06
* Added ON DELETE/UPDATE SET NULLJan Wieck1999-12-06
* Completed FOREIGN KEY syntax.Jan Wieck1999-12-06
* Fix bugs regarding pid file.Tatsuo Ishii1999-12-06
* Rule deparser needs to quote identifiers that are spelled the same asTom Lane1999-12-06
* Unlink the pid file if it's bogus (no associated process exists)Tatsuo Ishii1999-12-04
* Create postmaster.pid and postmaster.opts under $PGDATATatsuo Ishii1999-12-03
* Mention index name when reporting corruption.Bruce Momjian1999-12-01
* Fix compile error on older patch.Bruce Momjian1999-11-30
* create/alter user extensionBruce Momjian1999-11-30
* Add permissions check: now one must be the Postgres superuser or theTom Lane1999-11-29
* Try to detect oversize tuple before corrupting relation, instead ofTom Lane1999-11-29
* Remove pg_vlock locking from VACUUM, allowing multiple VACUUMs to run inTom Lane1999-11-28