aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Support the syntaxTom Lane2006-04-15
* Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane2006-04-14
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-14
* Fix an ancient oversight in btree xlog replay. When trying to determine if anTom Lane2006-04-13
* Fix another const-decoration mismatch, per Magnus.Tom Lane2006-04-09
* Fix EXPLAIN so that it can drill down through multiple levels of subplanTom Lane2006-04-08
* Remove the pgstats logic for delaying destruction of stats table entries.Tom Lane2006-04-06
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Add a field to the first page of each WAL file to indicate theTom Lane2006-04-05
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-04
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-04
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-03
* Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev2006-04-03
* Remove the 'slow' path for btree index build, which built the btreeTom Lane2006-04-01
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-31
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-30
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-29
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-24
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-16
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-10
* Remove unintened change to pg_proc.h.Bruce Momjian2006-03-10
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Repair old performance bug in tuplesort.c/logtape.c. In the case whereTom Lane2006-03-07
* Back out comment update about sighup, original was accurate.Bruce Momjian2006-03-07
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-07
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07
* Attached is the new patch. To summarize:Bruce Momjian2006-03-06
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Update comment on how sighup signal affects postgresql.conf reload.Bruce Momjian2006-03-06
* This patch adds native LDAP auth, for those platforms that don't haveBruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian2006-03-05
* Improve STRINGS_H macro test for MSVC extensions.Bruce Momjian2006-03-05
* Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane2006-03-04
* > gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian2006-03-04
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-04
* Fixes for Win32-client only compiles.Bruce Momjian2006-03-03
* Add workaround so MSVC doesn't try to load strings.h, which it doesn'tBruce Momjian2006-03-03
* Clarify macro layout for win32 IMPORT.Bruce Momjian2006-03-03
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-03
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian2006-02-28
* Teach nodeSort and nodeMaterial to optimize out unnecessary overheadTom Lane2006-02-28
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-28
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-26
* Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane2006-02-21