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
/
contrib
Age
Commit message (
Expand
)
Author
2012-02-17
Fix longstanding error in contrib/intarray's int[] & int[] operator.
Tom Lane
2012-02-15
Have pg_upgrade output 'link' or 'copy' when reporting its status.
Bruce Momjian
2012-02-15
sepgsql: Move some code from hooks.c to label.c
Robert Haas
2012-02-15
Fix pg_test_fsync Win32 problems reported by the build farm; add
Bruce Momjian
2012-02-15
Try to get pg_test_thread to compile on Windows by using a sleeper
Bruce Momjian
2012-02-14
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
Change contrib/pg_test_fsync to control tests in terms of seconds per
Bruce Momjian
2012-02-14
Improve labeling of pg_test_fsync open_sync test output.
Bruce Momjian
2012-02-13
Fix auto-explain JSON output to be valid JSON.
Andrew Dunstan
2012-02-07
Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.
Robert Haas
2012-02-01
Implement dry-run mode for pg_archivecleanup
Alvaro Herrera
2012-01-28
Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().
Tom Lane
2012-01-27
Fix pg_upgrade --help text for --user to not use a plural cluster name.
Bruce Momjian
2012-01-25
Now that the shared library name can be adjusted in the library test,
Bruce Momjian
2012-01-25
Improve plpython fix comment in pg_upgrade.
Bruce Momjian
2012-01-25
In pg_upgrade, when checking for the plpython library, we must check for
Bruce Momjian
2012-01-25
Fix new SQL tablespace location function usage in pg_upgrade to properly
Bruce Momjian
2012-01-20
Triggered change notifications.
Robert Haas
2012-01-19
Add pg_upgrade C comment about why we check all relkinds for regtypes.
Bruce Momjian
2012-01-15
pgcrypto: Remove inappropriate const qualifier
Peter Eisentraut
2012-01-10
Fix one-byte buffer overrun in contrib/test_parser.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-27
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
Remove support for on_exit()
Peter Eisentraut
2011-12-27
Run "make all" as a prerequisite of "make check"
Peter Eisentraut
2011-12-21
sepgsql: Check CREATE permissions for some object types.
Robert Haas
2011-12-09
If pg_test_fsync is interrupted, clean up the temp file.
Robert Haas
2011-12-07
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-05
In pg_upgrade, allow tables using regclass to be upgraded because we
Bruce Momjian
2011-11-30
Move EXTRA_CLEAN to where it actually works.
Tom Lane
2011-11-29
pg_upgrade: Disable installcheck
Peter Eisentraut
2011-11-27
Add pg_upgrade test suite
Peter Eisentraut
2011-11-26
Fix overly-aggressive and inconsistent quoting in OS X start script.
Tom Lane
2011-11-26
Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary.
Bruce Momjian
2011-11-24
Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing to
Bruce Momjian
2011-11-21
Fix citext upgrade script to update derived copies of pg_type.typcollation.
Tom Lane
2011-11-18
Remove scandir() requirement in pg_upgrade; instead just use readdir()
Bruce Momjian
2011-11-17
Don't quote language name
Alvaro Herrera
2011-11-17
Don't quote language name
Alvaro Herrera
2011-11-17
Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1.
Bruce Momjian
2011-11-17
Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL
Bruce Momjian
2011-11-17
Remove pg_upgrade function no longer called (dir_matching_filenames).
Bruce Momjian
2011-11-08
Fix hstore regression tests.
Robert Haas
2011-11-08
Remove hstore's text => text operator.
Robert Haas
2011-11-07
Fix assorted bugs in contrib/unaccent's configuration file parsing.
Tom Lane
2011-11-04
Silence bogus compiler warning.
Robert Haas
2011-11-04
Check the return value of getcwd(), instead of assuming success.
Robert Haas
2011-11-03
Fix bogus code in contrib/ tsearch dictionary examples.
Tom Lane
2011-11-03
Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to more
Bruce Momjian
2011-11-01
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
[next]