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
2003-09-07
Remove geqo_random_seed parameter. Having geqo reset the global random()
Tom Lane
2003-09-07
Remove check on source address of a statistics packet. Check was broken
Tom Lane
2003-09-07
Changes for MinGW/WIN32:
Bruce Momjian
2003-09-07
Make the default pg_hba.conf include an entry for ::1 only if configure
Tom Lane
2003-09-07
load_file() has to remove pre-existing shlibs that match the new file
Tom Lane
2003-09-06
Make all valid uses of the COLLATE clause yield the same result: a syntax
Peter Eisentraut
2003-09-06
Rename variables for clarity.
Bruce Momjian
2003-09-05
Second try at IPv4-to-v6 mapping code; avoid assuming that the struct
Tom Lane
2003-09-05
Allow IPv4-format entries in pg_hba.conf to match IPv6 connections
Tom Lane
2003-09-05
ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.
Bruce Momjian
2003-09-05
This fixes three minor typos in hba.c.
Bruce Momjian
2003-09-05
Clean up WIN32_CONSOLE code.
Bruce Momjian
2003-09-05
Enable Win32 to compile libpq again, and enable SSL compiles on that
Bruce Momjian
2003-09-05
Improve prototype casting for thread calls.
Bruce Momjian
2003-09-04
Reimplement hash index locking algorithms, per my recent proposal to
Tom Lane
2003-09-04
Avoid consuming unreasonable amounts of memory when GRANT has many
Tom Lane
2003-09-04
Looks like plperl has same bug as pltcl.
Tom Lane
2003-09-04
Fix some problems with dropped columns in pltcl functions.
Tom Lane
2003-09-04
Allow non-super users to set log_duration to true, then false, when the
Bruce Momjian
2003-09-04
Re-upper case CHECKPOINT_SEGMENTS.
Bruce Momjian
2003-09-04
Lowercase CHECKPOINT_SEGMENTS.
Bruce Momjian
2003-09-03
Tighten casting of function call pointers for threads.
Bruce Momjian
2003-09-03
Pass session_authorization to the client and make psql update its prompt
Peter Eisentraut
2003-09-03
Mark unixware as verified.
Bruce Momjian
2003-09-03
Add Unixware as verified.
Bruce Momjian
2003-09-03
Mark BSD/OS as verified not needing reentrant function names.
Bruce Momjian
2003-09-03
Add reporting of specificy threading failure functions.
Bruce Momjian
2003-09-03
Add test for thread-safeness of libc functions.
Bruce Momjian
2003-09-03
Mark Unixware as not requiring *_r functions.
Bruce Momjian
2003-09-03
Work around ENOTEMPTY being an alias for EEXIST on some platforms.
Tom Lane
2003-09-03
Repair problems with to_char() overrunning its input string.
Tom Lane
2003-09-02
In _bt_check_unique() loop, don't bother applying _bt_isequal() to
Tom Lane
2003-09-02
Remove outdated CLI things.
Peter Eisentraut
2003-09-02
Cause standalone backend (including bootstrap case) to read the GUC
Tom Lane
2003-09-02
Several fixes for hash indexes that involve changing the on-disk index
Tom Lane
2003-09-02
Fix a couple typos, add some more comments.
Tom Lane
2003-09-02
Rewrite hashbulkdelete() to make it amenable to new bucket locking
Tom Lane
2003-09-01
Do not pass server_encoding to the client.
Peter Eisentraut
2003-09-01
Clean up after pygresql removal: adjust/remove documentation and remove
Peter Eisentraut
2003-09-01
Preliminary cleanup for hash index code (doesn't attack the locking problem
Tom Lane
2003-09-01
Add some internals documentation for hash indexes, including an
Tom Lane
2003-09-01
Fixed two bugs in pgtypes library.
Michael Meskes
2003-09-01
Rename DoIt to changeVar, for clarity.
Bruce Momjian
2003-08-31
Translation update
Peter Eisentraut
2003-08-30
Guard against pgindent changing =- to = -.
Bruce Momjian
2003-08-30
Fix unixware template --- had spaces around equals.
Bruce Momjian
2003-08-28
pg_dump and pg_restore -r had managed to diverge on the ordering of
Tom Lane
2003-08-28
Ensure that FK constraints are dumped after primary/unique constraints,
Tom Lane
2003-08-28
Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer.
Tom Lane
2003-08-27
Adjust date/time input parsing code to correctly distinguish the four
Tom Lane
[next]