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
2013-05-15
Allow CREATE FOREIGN TABLE to include SERIAL columns.
Tom Lane
2013-05-14
pg_upgrade: Replace tabs in output string constants by spaces
Peter Eisentraut
2013-05-12
pgbench: Fix order of options in --help output
Peter Eisentraut
2013-05-12
pg_xlogdump: Improve --help output
Peter Eisentraut
2013-05-11
Fix buildfarm incompatibility in updated pg_upgrade test script.
Tom Lane
2013-05-11
Make pg_upgrade's test script attempt to select a non-conflicting port.
Tom Lane
2013-05-10
Fix pgp_pub_decrypt() so it works for secret keys with passwords.
Tom Lane
2013-05-09
Use pg_dump's --quote-all-identifiers option in pg_upgrade.
Tom Lane
2013-05-08
The data structure used in unaccent is a trie, not suffix tree.
Heikki Linnakangas
2013-05-02
pg_test_fsync: update output to show usecs/op clearer
Bruce Momjian
2013-04-30
Fix pg_upgrade for 9.3 with data checksums.
Simon Riggs
2013-04-30
Revert previous temporary patch
Simon Riggs
2013-04-30
Temporarily silence pg_upgrade's checksums check
Simon Riggs
2013-04-30
pg_upgrade: Remove PGPORT handling from test suite
Peter Eisentraut
2013-04-30
Revert "pg_ctl: Add idempotent option"
Peter Eisentraut
2013-04-28
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-23
Remove prototype for cube(text) function that doesn't exist anymore.
Heikki Linnakangas
2013-04-19
Don't try to pass -I switch to postmaster in contrib/start-scripts/linux.
Tom Lane
2013-04-19
Fix typo in comment.
Robert Haas
2013-04-17
pg_upgrade: Add checksum C comment
Bruce Momjian
2013-04-17
sepgsql: Minor improvement to test script, doc fix.
Robert Haas
2013-04-17
sepgsql: One more getObjectIdentity in lieu of getObjectDescription.
Robert Haas
2013-04-15
Improve GiST index search performance for trigram regex queries.
Tom Lane
2013-04-14
pg_ctl: Add idempotent option
Peter Eisentraut
2013-04-12
sepgsql: Enforce db_procedure:{execute} permission.
Robert Haas
2013-04-12
sepgql: Use getObjectIdentity rather than getObjectDescription.
Robert Haas
2013-04-10
Make contrib/pg_trgm also support regex searches with GiST indexes.
Tom Lane
2013-04-10
Make worker_spi sample code more complete
Alvaro Herrera
2013-04-09
Support indexing of regular-expression searches in contrib/pg_trgm.
Tom Lane
2013-04-07
Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction.
Tom Lane
2013-04-05
sepgsql: Enforce db_schema:search permission.
Robert Haas
2013-03-31
pg_upgrade: don't copy/link files for invalid indexes
Bruce Momjian
2013-03-30
Avoid moving data directory in upgrade testing.
Andrew Dunstan
2013-03-28
Allow sepgsql labels to depend on object name.
Robert Haas
2013-03-27
sepgsql: Support for new post-ALTER access hook.
Robert Haas
2013-03-22
Document cross-version compatibility issues for contrib/postgres_fdw.
Tom Lane
2013-03-22
Fix contrib/dblink to handle inconsistent DateStyle/IntervalStyle safely.
Tom Lane
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
Silence compiler warnings about unused values.
Andrew Dunstan
2013-03-22
Avoid retrieving dummy NULL columns in postgres_fdw.
Tom Lane
2013-03-21
Redo postgres_fdw's planner code so it can handle parameterized paths.
Tom Lane
2013-03-18
Add pageinspect--1.0--1.sql for checksum changes
Simon Riggs
2013-03-18
Add pageinspect--1.1.sql for checksum changes
Simon Riggs
2013-03-18
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-17
Use pqsignal() in contrib programs rather than calling signal(2) directly.
Tom Lane
2013-03-17
Fix inclusions in pgbench.c.
Tom Lane
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-03-15
Improve the documentation about commit_delay.
Tom Lane
2013-03-14
Minor fixes for hstore_to_json_loose().
Tom Lane
2013-03-13
Introduce less-bogus handling of collations in contrib/postgres_fdw.
Tom Lane
[next]