summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2000-01-13Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut
2000-01-13Add UDC (User Defined Characters) support to SJIS/EUC_JP conversionTatsuo Ishii
2000-01-11More cleanups.Bruce Momjian
2000-01-11Remove outdated comment about 8 arguments.Tom Lane
2000-01-10Update type stuff.Bruce Momjian
2000-01-10Cleanup for func args > 8.Bruce Momjian
2000-01-10More updates for function call interface > 8.Bruce Momjian
2000-01-10Update fmgr to allow 32 arguments.Bruce Momjian
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
2000-01-10Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian
2000-01-10Improve cache invalidation handling. EespeciallyHiroshi Inoue
2000-01-10Fix oid8in and int28in for spacesBruce Momjian
2000-01-10Move fixes for >8 indexed fields.Bruce Momjian
2000-01-10Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.Bruce Momjian
2000-01-09Move SetPidFile() and firends to utils/init/miscinit.c fromTatsuo Ishii
2000-01-09Another round of planner/optimizer work. This is just restructuring andTom Lane
2000-01-07Sorry, that I send this letter/patch again, but previous sending isBruce Momjian
2000-01-06Changed "triggered data change violation" detection codeJan Wieck
2000-01-06Fixed bug in targetlist expression replacement ofJan Wieck
2000-01-05Fix it's and its to be correct.Bruce Momjian
2000-01-04Repair two recently reported problems:Thomas G. Lockhart
2000-01-02Update DATEDEBUG removal.Bruce Momjian
2000-01-02Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elogBruce Momjian
1999-12-31Clean up datatypes and comments for op_class() routine.Tom Lane
1999-12-30elog() was set up to call abort() if it saw an ERROR or FATAL exitTom Lane
1999-12-30Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane
1999-12-28Removed LZTEXT datatype as discussed.Jan Wieck
1999-12-24Clean up handling of explicit NULL constants. Cases likeTom Lane
1999-12-22to live in a transaction before access to dbHiroshi Inoue
1999-12-21This patch will avoid SIGFPE on some geo functions , if PostgreSQL is compiledBruce Momjian
1999-12-20Finally found a platform which has finite() but nonetheless sets errnoTom Lane
1999-12-20Clean up some minor gcc warnings.Tom Lane
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-16Ethernet MAC addresses (macaddr type) are not compared correctly forBruce Momjian
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-13aggregate(DISTINCT ...) works, per SQL spec.Tom Lane
1999-12-10Added global variable to have RI triggers overrideJan Wieck
1999-12-10Fix memory overrun while setting ps statusTatsuo Ishii
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian
1999-12-09Update for QNX from Kardos, Dr. AndreaBruce Momjian
1999-12-09Hi,Bruce Momjian
1999-12-08Fixed concurrent visibility bug.Jan Wieck
1999-12-07Again updated INSIDE TODOJan Wieck
1999-12-07Added SET DEFAULT action for ON DELETE/UPDATEJan Wieck
1999-12-06Corrected TODO in sourceJan Wieck
1999-12-06Added ON DELETE/UPDATE SET NULLJan Wieck
1999-12-06Completed FOREIGN KEY syntax.Jan Wieck
1999-12-06Rule deparser needs to quote identifiers that are spelled the same asTom Lane