summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2006-03-16Clean up representation of function RTEs for functions returning RECORD.Tom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-10Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway
2006-03-10Remove unintened change to pg_proc.h.Bruce Momjian
2006-03-10Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian
2006-03-07Repair old performance bug in tuplesort.c/logtape.c. In the case whereTom Lane
2006-03-07Back out comment update about sighup, original was accurate.Bruce Momjian
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane
2006-03-07Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane
2006-03-06Attached is the new patch. To summarize:Bruce Momjian
2006-03-06Enable standard_conforming_strings to be turned on.Bruce Momjian
2006-03-06Update comment on how sighup signal affects postgresql.conf reload.Bruce Momjian
2006-03-06This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-05Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian
2006-03-05Improve STRINGS_H macro test for MSVC extensions.Bruce Momjian
2006-03-04Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane
2006-03-04> gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian
2006-03-04Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian
2006-03-03Fixes for Win32-client only compiles.Bruce Momjian
2006-03-03Add workaround so MSVC doesn't try to load strings.h, which it doesn'tBruce Momjian
2006-03-03Clarify macro layout for win32 IMPORT.Bruce Momjian
2006-03-03Make the COPY command return a command tag that includes the number ofTom Lane
2006-03-03Add CASCADE option to TRUNCATE. Joachim WielandTom Lane
2006-02-28Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane
2006-02-28Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian
2006-02-28Teach nodeSort and nodeMaterial to optimize out unnecessary overheadTom Lane
2006-02-28Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane
2006-02-26Implement the <> operator for the tid type. Original patch from MarkNeil Conway
2006-02-21Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane
2006-02-19Improve tuplesort.c to support variable merge order. The original codingTom Lane
2006-02-19Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway
2006-02-18Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut
2006-02-16Change MemSet to use long instead of int32, for better performance onPeter Eisentraut
2006-02-12Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane
2006-02-12Revert patch becaues of locking concerns:Bruce Momjian
2006-02-12Add MSVC support for utility commands and pg_dump.Bruce Momjian
2006-02-12Add contrib/pg_freespacemap to display free space map information.Bruce Momjian
2006-02-12I've created a new shared catalog table pg_shdescription to storeBruce Momjian
2006-02-11Skip ambulkdelete scan if there's nothing to delete and the index is notTom Lane
2006-02-11Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian
2006-02-11Fix incorrect addition, subtraction, and overflow checking in newTom Lane
2006-02-11Revert based on Tom's recommendation:Bruce Momjian
2006-02-11Allow VACUUM to complete faster by avoiding scanning the indexes when noBruce Momjian
2006-02-11Update catalog version for INET additions.Bruce Momjian
2006-02-11Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inetBruce Momjian
2006-02-10Change search for default operator classes so that it examines all opclassesTom Lane
2006-02-09Use "bitwise" rather than "binary for AND/OR descriptions in \d, toBruce Momjian
2006-02-05Improve my initial, rather hacky implementation of joins to appendTom Lane