summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-10-24Fix include files for new PageOutput call.Bruce Momjian
2002-10-23Add fseeko/ftello prototypes for BSD/OS only to c.h.Bruce Momjian
2002-10-23Improve coding style of new function.Bruce Momjian
2002-10-23Make BSD/OS fseeko thread-safe.Bruce Momjian
2002-10-23Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.Bruce Momjian
2002-10-23Page \h output and centralize psql paging code in PageOutput().Bruce Momjian
2002-10-22Perform transaction cleanup operations in a less ad-hoc, moreTom Lane
2002-10-22create_index test must run after create_misc test.Tom Lane
2002-10-22Update for test changes.Peter Eisentraut
2002-10-22Add DLLIMPORT declarations required by contrib with asserts enabled.Peter Eisentraut
2002-10-22Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian
2002-10-21Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane
2002-10-21Cleanup for CLUSTERDB failure:Bruce Momjian
2002-10-21Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian
2002-10-21Remove unnecessary (and inadequate) check of IsTransactionBlock() inTom Lane
2002-10-21Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no realTom Lane
2002-10-21Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane
2002-10-21Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut
2002-10-21Add guards against double inclusion.Peter Eisentraut
2002-10-21Translation updatesPeter Eisentraut
2002-10-21Remove obsoleted stuff merged in from branch.Peter Eisentraut
2002-10-21Merged ecpg_big_bison back into HEADMichael Meskes
2002-10-20Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane
2002-10-20Returns exit status 1 if invalid encoding name orTatsuo Ishii
2002-10-20Applied patch from Teofilis Martisius to improve performance.Barry Lind
2002-10-20Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane
2002-10-20Disallow aggregate functions in rule WHERE clauses. Per gripe fromTom Lane
2002-10-20Applied patch submitted by Mike Beachy to give a better error message ifBarry Lind
2002-10-19Fix within-function memory leaks in the various PLs' interfaces toTom Lane
2002-10-19Applied patch submitted by Kris Jurka to result in a better error messageBarry Lind
2002-10-19Fix pltcl self-test for recent changes to elog.Tom Lane
2002-10-19Backed out part of the change from 1.6. The attempt to support int8 bindsBarry Lind
2002-10-19Fix case where a function in FROM returns a scalar type, but isTom Lane
2002-10-19Make psql's \df display functions that return sets as having return typeTom Lane
2002-10-19Invert logic in pg_exec_query_string() so that we set a snapshot forTom Lane
2002-10-19Fix rewrite code so that rules are in fact executed in order by name,Tom Lane
2002-10-19Back out Alvaro's patch until regression tests pass.Bruce Momjian
2002-10-19Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane
2002-10-19Fix compile failure caused by new patch.Bruce Momjian
2002-10-19Remove mention of utils/getopt.c. Not used anymore.Bruce Momjian
2002-10-19> Huh, I don't know where I got the idea you were (or someone else was?)Bruce Momjian
2002-10-19This patch adds some missing functions for float8 math operations,Bruce Momjian
2002-10-19Make regression tests safe for autocommit = 'off'.Bruce Momjian
2002-10-19Add missing #include <errno.h>.Tom Lane
2002-10-19Fix psql's \copy to accept table names containing schemas, as well asTom Lane
2002-10-18Improve formatting of --help output.Peter Eisentraut
2002-10-18Fix breakage that had crept into setlocale() usage: once again we'veTom Lane
2002-10-18Make 'dummy' declarations in header files be 'extern int no_such_variable'Tom Lane
2002-10-18Un-break createlang build.Tom Lane
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian