summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2006-04-05Fix a bunch of problems with domains by making them use special input functionsTom Lane
2006-04-05Add a field to the first page of each WAL file to indicate theTom Lane
2006-04-04Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane
2006-04-04Modify all callers of datatype input and receive functions so that if theseTom Lane
2006-04-03Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane
2006-04-03Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev
2006-04-01Remove the 'slow' path for btree index build, which built the btreeTom Lane
2006-03-31Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane
2006-03-30Improve gist XLOG code to follow the coding rules needed to preventTom Lane
2006-03-29Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane
2006-03-24Arrange to emit a description of the current XLOG record as error contextTom Lane
2006-03-23Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane
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