summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2003-06-12Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed andBruce Momjian
2003-06-11Add log_min_duration_statement.Bruce Momjian
2003-06-11Represent grant options in the information schema.Peter Eisentraut
2003-05-28Replace functional-index facility with expressional indexes. Any columnTom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-26Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane
2003-05-23Improve implementation of btrim/ltrim/rtrim: provide a special case forTom Lane
2003-05-22Fix compilation on Cygwin.Peter Eisentraut
2003-05-18Add code to test for unknown timezone names (following some ideas fromTom Lane
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-15Indexing support for pattern matching operations via separate operatorPeter Eisentraut
2003-05-13More binary I/O routines.Tom Lane
2003-05-12Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane
2003-05-09COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane
2003-05-09Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane
2003-05-09Binary send/receive routines for a few basic datatypes --- enough forTom Lane
2003-05-08Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane
2003-05-06Restructure command destination handling so that we pass aroundTom Lane
2003-05-02SECOND ATTEMPTBruce Momjian
2003-05-02Back out second part of patch.Bruce Momjian
2003-05-02Back out last commit --- wrong patch.Bruce Momjian
2003-05-02Portal and memory management infrastructure for extended query protocol.Tom Lane
2003-04-29Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane
2003-04-25In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-04-08First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane
2003-04-04Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-21Fix compile warning.Tom Lane
2003-03-21Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane
2003-03-20This patch creates a function named pg_get_triggerdef that takes the oid ofBruce Momjian
2003-03-11Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2003-03-09tuplestore_donestoring() isn't needed anymore, but provide a no-opTom Lane
2003-03-09Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane
2003-02-23btree page recycling can be done as soon as page's next-xact label isTom Lane
2003-02-20Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane
2003-02-19The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian
2003-02-13The "random" regression test uses a function called oidrand(), whichBruce Momjian
2003-02-06Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane
2003-02-03Determine the set of constraints applied to a domain at executorTom Lane
2003-01-29Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane
2003-01-28Extend join-selectivity API (oprjoin interface) so that join type isTom Lane
2003-01-23Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut
2003-01-20IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane
2003-01-16Repair an embarrassingly large number of alphabetization mistakes in theTom Lane
2003-01-15Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane
2003-01-09Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane