Commit Graph

2447 Commits (c0764a542530c7ebf8abd2766d256d49d27e90e8)

Author SHA1 Message Date
Peter Eisentraut 001e114b8d Fix whitespace issues found by git diff --check, add gitattributes 12 years ago
Kevin Grittner b64b5ccb6a Silence benign warnings from clang version 3.0-6ubuntu3. 12 years ago
Robert Haas cacbdd7810 Use appendStringInfoString instead of appendStringInfo where possible. 12 years ago
Andrew Dunstan c737a2e564 Work around NetBSD shell issue in pg_upgrade test script. 12 years ago
Tom Lane 2c66f9924c Replace pg_asprintf() with psprintf(). 12 years ago
Heikki Linnakangas 36f4c7843c Adjust cube.out expected output for new test queries. 12 years ago
Heikki Linnakangas 08612f45a0 Extend cube on-disk format to pack points more tightly. 12 years ago
Andrew Dunstan bbe4deac1b Return valid json when converting an empty hstore. 12 years ago
Peter Eisentraut 5b6d08cd29 Add use of asprintf() 12 years ago
Peter Eisentraut 264aa14a2f pg_upgrade: Split off pg_fatal() from pg_log() 12 years ago
Kevin Grittner f566515192 Add record_image_ops opclass for matview concurrent refresh. 12 years ago
Bruce Momjian 9299f61798 unaccent: mark unaccent() functions as immutable 12 years ago
Noah Misch 7db0dc0eac pgbench: Comment on thread timing hazards. 12 years ago
Noah Misch 2d6c0f10ef pgbench: Elaborate latency reporting. 12 years ago
Noah Misch 8e00a3850d pgbench: Remove stray use of "float" math. 12 years ago
Alvaro Herrera dddc91ddd3 Remove broken PGXS code for pg_xlogdump 12 years ago
Andrew Dunstan 7ce569babd Add missing condition for pg_depend in hstore migration script. 12 years ago
Fujii Masao 514b3194e8 Correct comment of pgbench "filler" columns. 12 years ago
Andrew Dunstan 42bf7fc1de Fix makefile broken by hstore fix. 12 years ago
Andrew Dunstan a18167510f Use a new hstore extension version for added json functions. 12 years ago
Noah Misch c2df45a37c pgbench: Correct for bias in --rate schedule generation. 12 years ago
Noah Misch 825da2aba8 pgbench: Tweak documentation. 12 years ago
Bruce Momjian ff2a1f5e84 pg_upgrade: more C comment fixes 12 years ago
Bruce Momjian f7cf5fa262 pg_upgrade: fix C comment typo 12 years ago
Kevin Grittner a49d0b75ce Create index on srt table in citext regression tests. 12 years ago
Bruce Momjian f0e86930dd fuzzystrmatch: replace broken link in C comment 12 years ago
Bruce Momjian c155f654b4 intarray: return empty zero-dimensional array for an empty array 12 years ago
Bruce Momjian 66d85c5356 Remove dead URL mention in OSX startup script 12 years ago
Greg Stark cfa1cd711c Fix thinko in worker_spi, count(*) returns a bigint. Thanks RhodiumToad 12 years ago
Robert Haas 090d0f2050 Allow discovery of whether a dynamic background worker is running. 12 years ago
Tom Lane 9e7e29c75a Fix planner problems with LATERAL references in PlaceHolderVars. 12 years ago
Bruce Momjian ac76ec27b9 pg_upgrade: shut down server after auth failure 12 years ago
Bruce Momjian 43f6388931 pg_test_fsync: expand ops/sec display 12 years ago
Bruce Momjian 000b65fd2b pg_upgrade: clarify C comment about Windows thread struct pointers 12 years ago
Tom Lane 55cbfa5366 Fix contrib/cube and contrib/seg to build with bison 3.0. 12 years ago
Bruce Momjian 815fcd050f pg_upgrade: fix -j race condition on Windows 12 years ago
Robert Haas 80c79ab2a8 pgstattuple: Use SnapshotDirty, not SnapshotNow. 12 years ago
Bruce Momjian 76a7650c40 pg_upgrade: adjust umask() calls 12 years ago
Bruce Momjian e4c6cccd8c pg_upgrade: fix initialization of thread argument 12 years ago
Bruce Momjian 910d3a458c pg_upgrade: more Windows parallel/-j fixes 12 years ago
Bruce Momjian d7de6a4790 pg_upgrade: fix parallel/-j crash on Windows 12 years ago
Tatsuo Ishii fc9f4e9f8c Add --rate option. 12 years ago
Robert Haas 2e44770fa3 pgrowlocks: Use GetActiveSnapshot() rather than SnapshotNow. 12 years ago
Robert Haas f40a318eea Remove bgw_sighup and bgw_sigterm. 12 years ago
Robert Haas 0518eceec3 Adjust HeapTupleSatisfies* routines to take a HeapTuple. 12 years ago
Fujii Masao 6f9e39bc99 Fix typo in update scripts for some contrib modules. 12 years ago
Fujii Masao 1dc118660b Fix pgstattuple functions to use regclass-type as the argument. 12 years ago
Fujii Masao 750f43685b Fix typo in previous pgbench --progress patch. 12 years ago
Noah Misch b560ec1b0d Implement the FILTER clause for aggregate function calls. 12 years ago
Tatsuo Ishii 4a87f308b3 Add --progress option to show progress report 12 years ago