index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2002-10-24
Fix include files for new PageOutput call.
Bruce Momjian
2002-10-23
Add fseeko/ftello prototypes for BSD/OS only to c.h.
Bruce Momjian
2002-10-23
Improve coding style of new function.
Bruce Momjian
2002-10-23
Make BSD/OS fseeko thread-safe.
Bruce Momjian
2002-10-23
Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.
Bruce Momjian
2002-10-23
Page \h output and centralize psql paging code in PageOutput().
Bruce Momjian
2002-10-22
Perform transaction cleanup operations in a less ad-hoc, more
Tom Lane
2002-10-22
create_index test must run after create_misc test.
Tom Lane
2002-10-22
Update for test changes.
Peter Eisentraut
2002-10-22
Add DLLIMPORT declarations required by contrib with asserts enabled.
Peter Eisentraut
2002-10-22
Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.
Bruce Momjian
2002-10-21
Fix places that were using IsTransactionBlock() as an (inadequate) check
Tom Lane
2002-10-21
Cleanup for CLUSTERDB failure:
Bruce Momjian
2002-10-21
Fix ALTER TABLE ... ADD COLUMN for inheritance cases.
Bruce Momjian
2002-10-21
Remove unnecessary (and inadequate) check of IsTransactionBlock() in
Tom Lane
2002-10-21
Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real
Tom Lane
2002-10-21
Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty
Tom Lane
2002-10-21
Add DLLIMPORT declarations needed by contrib modules.
Peter Eisentraut
2002-10-21
Add guards against double inclusion.
Peter Eisentraut
2002-10-21
Translation updates
Peter Eisentraut
2002-10-21
Remove obsoleted stuff merged in from branch.
Peter Eisentraut
2002-10-21
Merged ecpg_big_bison back into HEAD
Michael Meskes
2002-10-20
Fix potential problem with btbulkdelete deleting an indexscan's current
Tom Lane
2002-10-20
Returns exit status 1 if invalid encoding name or
Tatsuo Ishii
2002-10-20
Applied patch from Teofilis Martisius to improve performance.
Barry Lind
2002-10-20
Rule rewriter was doing the wrong thing with conditional INSTEAD rules
Tom Lane
2002-10-20
Disallow aggregate functions in rule WHERE clauses. Per gripe from
Tom Lane
2002-10-20
Applied patch submitted by Mike Beachy to give a better error message if
Barry Lind
2002-10-19
Fix within-function memory leaks in the various PLs' interfaces to
Tom Lane
2002-10-19
Applied patch submitted by Kris Jurka to result in a better error message
Barry Lind
2002-10-19
Fix pltcl self-test for recent changes to elog.
Tom Lane
2002-10-19
Backed out part of the change from 1.6. The attempt to support int8 binds
Barry Lind
2002-10-19
Fix case where a function in FROM returns a scalar type, but is
Tom Lane
2002-10-19
Make psql's \df display functions that return sets as having return type
Tom Lane
2002-10-19
Invert logic in pg_exec_query_string() so that we set a snapshot for
Tom Lane
2002-10-19
Fix rewrite code so that rules are in fact executed in order by name,
Tom Lane
2002-10-19
Back out Alvaro's patch until regression tests pass.
Bruce Momjian
2002-10-19
Fix range-query estimation to not double-exclude NULLs, per gripe from
Tom Lane
2002-10-19
Fix compile failure caused by new patch.
Bruce Momjian
2002-10-19
Remove 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-19
This patch adds some missing functions for float8 math operations,
Bruce Momjian
2002-10-19
Make regression tests safe for autocommit = 'off'.
Bruce Momjian
2002-10-19
Add missing #include <errno.h>.
Tom Lane
2002-10-19
Fix psql's \copy to accept table names containing schemas, as well as
Tom Lane
2002-10-18
Improve formatting of --help output.
Peter Eisentraut
2002-10-18
Fix breakage that had crept into setlocale() usage: once again we've
Tom Lane
2002-10-18
Make 'dummy' declarations in header files be 'extern int no_such_variable'
Tom Lane
2002-10-18
Un-break createlang build.
Tom Lane
2002-10-18
Update /contrib for "autocommit TO 'on'".
Bruce Momjian
[next]