aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Portability fixes and bug fixes for recent floating point input changes.Neil Conway2004-03-14
* Arrange to emit a CONTEXT: SQL function "foo" entry in an errorTom Lane2004-03-14
* Generate a WARNING when the column types in a foreign key constraint areTom Lane2004-03-13
* Repair memory leakage introduced into the non-hashed aggregate case byTom Lane2004-03-13
* Translation updatesDennis Bjorklund2004-03-12
* Translation updatesDennis Bjorklund2004-03-12
* Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway2004-03-12
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-11
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-11
* Move non-blocking code into its own /port file, for code clarity.Bruce Momjian2004-03-10
* Corrects a typo, introduces missing variables, and rearranges theBruce Momjian2004-03-09
* Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib andBruce Momjian2004-03-09
* Add ALSO keyword to CREATE RULE.Bruce Momjian2004-03-09
* Add:Bruce Momjian2004-03-09
* Add comment about why ON COMMENT in non-current database throws just anBruce Momjian2004-03-08
* Test for whether a previous IN join restricts the current join was tooTom Lane2004-03-08
* When testing usability of a partial index, recognize that an indexTom Lane2004-03-07
* Per a brief conversation with Tom, I've created a patch for addingBruce Momjian2004-03-05
* Win32:Bruce Momjian2004-03-05
* Add new SPI functions for use by PL/Java:Bruce Momjian2004-03-05
* Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X.Bruce Momjian2004-03-05
* Emit a warning when an empty string is input to the oid, float4, andNeil Conway2004-03-04
* Remove useless rebuilding of subPlan list during ExecInitNode. Wouldn'tTom Lane2004-03-02
* Update obsolete comment.Tom Lane2004-03-02
* Junkfilter logic to force a projection step during SELECT INTO was tooTom Lane2004-03-02
* Teach is_distinct_query to recognize that GROUP BY forces a subquery'sTom Lane2004-03-02
* make_sort_from_pathkeys()'s method for choosing which of severalTom Lane2004-02-29
* Remove unneeded indxqual field in IndexScanState, and the useless workTom Lane2004-02-28
* Adjust remove_redundant_join_clauses() so that when it has a choiceTom Lane2004-02-27
* genericcostestimate() neglected to include qual startup cost inTom Lane2004-02-27
* process_implied_equality must copy the substructure of the clauses itTom Lane2004-02-27
* Fix a few omissions in the initcap() documentation & source codeNeil Conway2004-02-27
* For application to HEAD, following community review.Bruce Momjian2004-02-25
* Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane2004-02-24
* Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane2004-02-24
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-23
* Do a direct probe during postmaster startup to determine the maximumTom Lane2004-02-23
* Write #include <dl.h>, not #include "dl.h", to correctly reflect theTom Lane2004-02-23
* Move responsibility for copying argv[] array into ps_status.c, where itTom Lane2004-02-22
* Fix random build breakage from log_disconnections patch.Tom Lane2004-02-21
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* Cosmetic changes (mostly whitespace) to make it easier to diff theTom Lane2004-02-19
* Here is a patch that implements setitimer() on win32. With this patchBruce Momjian2004-02-18
* Improve the consistency of the error message emitted when rejectingNeil Conway2004-02-18
* Rename function log_session_end to log_disconnections.Bruce Momjian2004-02-17
* Fix prototype for on_proc_exit in log_disconnections patch.Bruce Momjian2004-02-17
* This patch brings up to date what I did last year (now unfortunatelyBruce Momjian2004-02-17
* Here is an updated version of the win32 readdir patch.Bruce Momjian2004-02-17
* Under Win32, stat() returns an st_ino field, but it has no meaning (onBruce Momjian2004-02-17
* Make use of statistics on index expressions. There are still someTom Lane2004-02-17