summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove all of the libpgtcl and pgtclsh files, including all references toPostgreSQL Daemon2004-04-2019-4038/+4
* Code review for ARC patch. Eliminate static variables, improve handlingTom Lane2004-04-197-727/+712
* Prevent doubling of escapes when not in quote mode for CSV.Bruce Momjian2004-04-191-2/+2
* Remove debug code that acidentally got into CVS from previous commit.Bruce Momjian2004-04-191-3/+1
* Fix for BEGIN with ISOLATION/READONLY clauses.Bruce Momjian2004-04-192-10/+9
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-1929-91/+98
* Complete TODO item:Bruce Momjian2004-04-195-54/+621
* Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane2004-04-184-12/+21
* Handle Warn_restart_ready properly in SIGTERM safety patch.Bruce Momjian2004-04-161-1/+5
* Modify COPY for() loop to use attnum as a variable name, not 'i'.Bruce Momjian2004-04-151-15/+16
* Improve syntax error messages for invalid-argument cases in RETURN andTom Lane2004-04-151-7/+17
* Translation updatesPeter Eisentraut2004-04-156-6/+2868
* Translation updatesPeter Eisentraut2004-04-155-970/+730
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-1211-374/+831
* Change psql \copy stdin/stdout to read from command input/output.Bruce Momjian2004-04-121-11/+10
* Exit backend from SIGTERM or FATAL by simulating client EOF, rather thanBruce Momjian2004-04-113-6/+18
* Please find a small patch to fix the brain damage "century" andBruce Momjian2004-04-103-3/+153
* Translation updatesDennis Bjorklund2004-04-091-1213/+1075
* Translation updatesDennis Bjorklund2004-04-091-64/+68
* Magnus says new Win32 timezone library will not need special horology:Bruce Momjian2004-04-081-1/+0
* Push superuser check farther down in the if() statements to fix startupBruce Momjian2004-04-071-17/+17
* Still another place to make the world safe for zero-column tables.Tom Lane2004-04-071-7/+1
* Update Darwin thread compile flags, and OS version info.Bruce Momjian2004-04-071-0/+3
* Update darwin OS version.Bruce Momjian2004-04-071-1/+1
* Extend set-operation planning to keep track of the sort ordering inducedTom Lane2004-04-073-29/+63
* build_subquery_pathkeys() was examining wrong copy of subquery target list,Tom Lane2004-04-071-2/+3
* Update Darwin as thread-safe.Bruce Momjian2004-04-071-0/+7
* > >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian2004-04-075-43/+145
* Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE.Tom Lane2004-04-062-17/+43
* ALTER SEQUENCE RESTART did the wrong thing if sequence last_value wasTom Lane2004-04-061-21/+12
* Add thread program mention of errno thread-safety.Bruce Momjian2004-04-061-1/+3
* The attached applied patch throws an error if the delimiter appears inBruce Momjian2004-04-061-1/+9
* Add CLUSTER tag to psql \d display.Bruce Momjian2004-04-061-8/+14
* Add comment that sched_yield might be a portability problem.Bruce Momjian2004-04-051-4/+4
* Change getpid() while loop to use sched_yield(), greatly speeds up test.Bruce Momjian2004-04-051-4/+4
* New translationPeter Eisentraut2004-04-052-2/+2778
* Translation updatesPeter Eisentraut2004-04-054-636/+1079
* Have threads wait for parent to test thread-specific pointers beforeBruce Momjian2004-04-051-8/+36
* Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian2004-04-056-19/+32
* This is a cleanup patch for access/transam/xact.c. It only removes someBruce Momjian2004-04-052-144/+119
* Allow LIKE/ILIKE to appear in more places in a query.Bruce Momjian2004-04-053-7/+83
* Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian2004-04-056-50/+162
* Improve handling of GUC USERLIMIT variables by reorganizing code. Also,Bruce Momjian2004-04-051-75/+92
* Add volatile to thread-specific thread variables.Bruce Momjian2004-04-051-3/+3
* Update thread test to only test for 'localhost' and local machine name.Bruce Momjian2004-04-051-5/+15
* Update thread test to do getpid() in while loop, also use weather.comBruce Momjian2004-04-041-7/+7
* check_sql_fn_retval has always thought that we supported doingTom Lane2004-04-024-41/+68
* Fix poor choice of error message in corner cases.Tom Lane2004-04-021-2/+3
* Clean up some code that had gotten a bit ugly through repeated revisions.Tom Lane2004-04-021-13/+10
* Get rid of crocky use of RangeVar nodes in parser to represent partiallyTom Lane2004-04-026-293/+227