summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2013-07-18Fix typo in update scripts for some contrib modules.Fujii Masao
2013-07-18Fix pgstattuple functions to use regclass-type as the argument.Fujii Masao
2013-07-17Fix typo in previous pgbench --progress patch.Fujii Masao
2013-07-17Implement the FILTER clause for aggregate function calls.Noah Misch
2013-07-16Add --progress option to show progress reportTatsuo Ishii
2013-07-16Allow background workers to be started dynamically.Robert Haas
2013-07-15vacuumlo: Use a cursor to limit client-side memory usage.Robert Haas
2013-07-08Fix pg_test_fsync, broken by xloginsert scaling patch.Heikki Linnakangas
2013-07-07pgbench: Silence compiler warningPeter Eisentraut
2013-07-03Get rid of pg_class.reltoastidxid.Fujii Masao
2013-07-02pg_upgrade: revert changing '' to ""Bruce Momjian
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-07-01pg_upgrade: use "" rather than '', for WindowsBruce Momjian
2013-07-01Remove undocumented -h (help) optionBruce Momjian
2013-06-28pg_upgrade: pass username to analyze scriptBruce Momjian
2013-06-28pg_upgrade: remove -h optionBruce Momjian
2013-06-28pg_upgrade: trim down --help and doc option descriptionsBruce Momjian
2013-06-28pg_upgrade: change -u to -U, for consistencyBruce Momjian
2013-06-27pgbench: Fix inadvertent inconsistency in help message.Robert Haas
2013-06-27pgbench: Add long options for all existing short options.Robert Haas
2013-06-14Add :client_id automatic variable for custom pgbench scripts.Heikki Linnakangas
2013-06-12Improve updatability checking for views and foreign tables.Tom Lane
2013-06-09Tweak postgres_fdw regression test so autovacuum doesn't change results.Tom Lane
2013-06-04Fix off-by-one in pg_xlogdump -r option.Heikki Linnakangas
2013-06-01Minor spelling fixesStephen Frost
2013-06-01Post-pgindent cleanupStephen Frost
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-24Remove pageinspect--1.0.sqlHeikki Linnakangas
2013-05-15Allow CREATE FOREIGN TABLE to include SERIAL columns.Tom Lane
2013-05-14pg_upgrade: Replace tabs in output string constants by spacesPeter Eisentraut
2013-05-12pgbench: Fix order of options in --help outputPeter Eisentraut
2013-05-12pg_xlogdump: Improve --help outputPeter Eisentraut
2013-05-11Fix buildfarm incompatibility in updated pg_upgrade test script.Tom Lane
2013-05-11Make pg_upgrade's test script attempt to select a non-conflicting port.Tom Lane
2013-05-10Fix pgp_pub_decrypt() so it works for secret keys with passwords.Tom Lane
2013-05-09Use pg_dump's --quote-all-identifiers option in pg_upgrade.Tom Lane
2013-05-08The data structure used in unaccent is a trie, not suffix tree.Heikki Linnakangas
2013-05-02pg_test_fsync: update output to show usecs/op clearerBruce Momjian
2013-04-30Fix pg_upgrade for 9.3 with data checksums.Simon Riggs
2013-04-30Revert previous temporary patchSimon Riggs
2013-04-30Temporarily silence pg_upgrade's checksums checkSimon Riggs
2013-04-30pg_upgrade: Remove PGPORT handling from test suitePeter Eisentraut
2013-04-30Revert "pg_ctl: Add idempotent option"Peter Eisentraut
2013-04-28Editorialize a bit on new ProcessUtility() API.Tom Lane
2013-04-23Remove prototype for cube(text) function that doesn't exist anymore.Heikki Linnakangas
2013-04-19Don't try to pass -I switch to postmaster in contrib/start-scripts/linux.Tom Lane
2013-04-19Fix typo in comment.Robert Haas
2013-04-17pg_upgrade: Add checksum C commentBruce Momjian
2013-04-17sepgsql: Minor improvement to test script, doc fix.Robert Haas
2013-04-17sepgsql: One more getObjectIdentity in lieu of getObjectDescription.Robert Haas