summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2013-10-31Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas
2013-10-28Work around NetBSD shell issue in pg_upgrade test script.Andrew Dunstan
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-22Adjust cube.out expected output for new test queries.Heikki Linnakangas
2013-10-21Extend cube on-disk format to pack points more tightly.Heikki Linnakangas
2013-10-17Return valid json when converting an empty hstore.Andrew Dunstan
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-10pg_upgrade: Split off pg_fatal() from pg_log()Peter Eisentraut
2013-10-09Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner
2013-10-08unaccent: mark unaccent() functions as immutableBruce Momjian
2013-10-06pgbench: Comment on thread timing hazards.Noah Misch
2013-10-05pgbench: Elaborate latency reporting.Noah Misch
2013-10-05pgbench: Remove stray use of "float" math.Noah Misch
2013-10-01Remove broken PGXS code for pg_xlogdumpAlvaro Herrera
2013-09-30Add missing condition for pg_depend in hstore migration script.Andrew Dunstan
2013-09-30Correct comment of pgbench "filler" columns.Fujii Masao
2013-09-30Fix makefile broken by hstore fix.Andrew Dunstan
2013-09-29Use a new hstore extension version for added json functions.Andrew Dunstan
2013-09-26pgbench: Correct for bias in --rate schedule generation.Noah Misch
2013-09-23pgbench: Tweak documentation.Noah Misch
2013-09-23pg_upgrade: more C comment fixesBruce Momjian
2013-09-23pg_upgrade: fix C comment typoBruce Momjian
2013-09-11Create index on srt table in citext regression tests.Kevin Grittner
2013-09-11fuzzystrmatch: replace broken link in C commentBruce Momjian
2013-09-07intarray: return empty zero-dimensional array for an empty arrayBruce Momjian
2013-09-04Remove dead URL mention in OSX startup scriptBruce Momjian
2013-09-03Fix thinko in worker_spi, count(*) returns a bigint. Thanks RhodiumToadGreg Stark
2013-08-28Allow discovery of whether a dynamic background worker is running.Robert Haas
2013-08-18Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane
2013-08-16pg_upgrade: shut down server after auth failureBruce Momjian
2013-08-02pg_test_fsync: expand ops/sec displayBruce Momjian
2013-07-30pg_upgrade: clarify C comment about Windows thread struct pointersBruce Momjian
2013-07-29Fix contrib/cube and contrib/seg to build with bison 3.0.Tom Lane
2013-07-27pg_upgrade: fix -j race condition on WindowsBruce Momjian
2013-07-25pgstattuple: Use SnapshotDirty, not SnapshotNow.Robert Haas
2013-07-25pg_upgrade: adjust umask() callsBruce Momjian
2013-07-25pg_upgrade: fix initialization of thread argumentBruce Momjian
2013-07-24pg_upgrade: more Windows parallel/-j fixesBruce Momjian
2013-07-24pg_upgrade: fix parallel/-j crash on WindowsBruce Momjian
2013-07-22Add --rate option.Tatsuo Ishii
2013-07-22pgrowlocks: Use GetActiveSnapshot() rather than SnapshotNow.Robert Haas
2013-07-22Remove bgw_sighup and bgw_sigterm.Robert Haas
2013-07-22Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas
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