Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Bruce Momjian 86ef4796f5 build: pass EXTRA_REGRESS_OPTS to secondary regression tests 12 years ago
Peter Eisentraut dfd5151c58 Fix whitespace 12 years ago
Bruce Momjian 9e0a97f1c8 libpq: change PQconndefaults() to ignore invalid service files 12 years ago
Bruce Momjian e7d56aee2d pg_upgrade: Handle default_transaction_read_only settings 12 years ago
Tom Lane 64d15e4240 Defend against bad trigger definitions in contrib/lo's lo_manage() trigger. 12 years ago
Tom Lane f29baf9225 Fix quoting in help messages in uuid-ossp extension scripts. 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Bruce Momjian dbd786bc4f pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns 12 years ago
Peter Eisentraut bd5a9a50e4 pg_upgrade: Report full disk better 12 years ago
Bruce Momjian 0dbf9a6a91 unaccent: Revert patch 9299f61798 12 years ago
Robert Haas f1df4731ee Use cstring_to_text_with_len when length is known. 12 years ago
Peter Eisentraut 55c3d86a2a pg_upgrade: Fix some whitespace oddities 12 years ago
Tom Lane 61a07bae47 Remove pgbench's hardwired limit on line length in custom script files. 12 years ago
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. 13 years ago
Tom Lane 9e7e29c75a Fix planner problems with LATERAL references in PlaceHolderVars. 13 years ago
Bruce Momjian ac76ec27b9 pg_upgrade: shut down server after auth failure 13 years ago
Bruce Momjian 43f6388931 pg_test_fsync: expand ops/sec display 13 years ago
Bruce Momjian 000b65fd2b pg_upgrade: clarify C comment about Windows thread struct pointers 13 years ago
Tom Lane 55cbfa5366 Fix contrib/cube and contrib/seg to build with bison 3.0. 13 years ago
Bruce Momjian 815fcd050f pg_upgrade: fix -j race condition on Windows 13 years ago
Robert Haas 80c79ab2a8 pgstattuple: Use SnapshotDirty, not SnapshotNow. 13 years ago