summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane2006-04-061-22/+5
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-056-10/+19
* Add a field to the first page of each WAL file to indicate theTom Lane2006-04-051-2/+3
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-041-1/+10
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-1/+17
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-033-8/+20
* Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev2006-04-031-3/+1
* Remove the 'slow' path for btree index build, which built the btreeTom Lane2006-04-011-15/+1
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-314-10/+7
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-301-18/+16
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-292-5/+6
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-2413-26/+27
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-232-3/+5
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-163-8/+14
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-1410-37/+81
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-1117-3/+27
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-104-32/+104
* Remove unintened change to pg_proc.h.Bruce Momjian2006-03-101-3/+1
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-101-1/+3
* Repair old performance bug in tuplesort.c/logtape.c. In the case whereTom Lane2006-03-071-1/+2
* Back out comment update about sighup, original was accurate.Bruce Momjian2006-03-071-5/+5
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-071-3/+5
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-072-14/+4
* Attached is the new patch. To summarize:Bruce Momjian2006-03-063-4/+7
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-1/+2
* Update comment on how sighup signal affects postgresql.conf reload.Bruce Momjian2006-03-061-5/+5
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-062-1/+19
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05300-598/+598
* Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian2006-03-051-2/+2
* Improve STRINGS_H macro test for MSVC extensions.Bruce Momjian2006-03-052-7/+11
* Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane2006-03-041-2/+2
* > gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian2006-03-041-6/+2
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-041-1/+4
* Fixes for Win32-client only compiles.Bruce Momjian2006-03-031-0/+1
* Add workaround so MSVC doesn't try to load strings.h, which it doesn'tBruce Momjian2006-03-031-2/+3
* Clarify macro layout for win32 IMPORT.Bruce Momjian2006-03-031-1/+3
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-031-2/+2
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-033-4/+7
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-284-8/+14
* Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian2006-02-281-1/+4
* Teach nodeSort and nodeMaterial to optimize out unnecessary overheadTom Lane2006-02-281-2/+4
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-2824-49/+82
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-264-5/+9
* Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane2006-02-211-31/+1
* Improve tuplesort.c to support variable merge order. The original codingTom Lane2006-02-191-1/+3
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-191-18/+27
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-181-2/+6
* Change MemSet to use long instead of int32, for better performance onPeter Eisentraut2006-02-161-13/+13
* Fix bug that allowed any logged-in user to SET ROLE to any other database userTom Lane2006-02-121-1/+2
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-122-14/+2