Commit Graph

2493 Commits (146604ec43bcd6f977c31775a91022cf9737daf5)

Author SHA1 Message Date
Tom Lane 98d62c28fd Update comment. 12 years ago
Tom Lane f0d6f20278 Keep pg_stat_statements' query texts in a file, not in shared memory. 12 years ago
Robert Haas ea9df812d8 Relax the requirement that all lwlocks be stored in a single array. 12 years ago
Heikki Linnakangas 36a35c550a Compress GIN posting lists, for smaller index size. 12 years ago
Tom Lane fe0c690dfd Remove pg_stat_statements--1.1.sql. 12 years ago
Tom Lane af9e3d6523 Minor code beautification in contrib/sslinfo. 12 years ago
Tom Lane e6170126fc Add gen_random_uuid() to contrib/pgcrypto. 12 years ago
Heikki Linnakangas 277279981f Prevent integer overflow with --progress >= 2148 12 years ago
Peter Eisentraut a687ec7d5b Fix whitespace 12 years ago
Robert Haas b1365ff7a8 test_shm_mq: Try again to fix compiler warning. 12 years ago
Robert Haas b5763cedde test_shm_mq: Fix checks for negative queue size. 12 years ago
Robert Haas d89746c7c5 Fix compiler warning. 12 years ago
Robert Haas be361ef2a0 Fix compiler warning: Size isn't 64 bits on 32 bit platforms. 12 years ago
Robert Haas 4db3744f1f Test code for shared memory message queue facility. 12 years ago
Tom Lane c3ccc9ee58 Fix possible buffer overrun in contrib/pg_trgm. 12 years ago
Heikki Linnakangas 866a1f0923 Fix calculation of ISMN check digit. 12 years ago
Bruce Momjian 850ade3e32 Adjust pg_upgrade for move of username lookup functions to /common 12 years ago
Peter Eisentraut 10a3b165a3 pgcrypto: Make header files stand alone 12 years ago
Peter Eisentraut ca607b155e pg_upgrade: Fix fatal error handling 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Peter Eisentraut edc43458d7 Add more use of psprintf() 12 years ago
Tom Lane 9929975666 Fix typo in comment. 12 years ago
Tom Lane 4cf81b737d Fix contrib/pg_upgrade to clean all the cruft made during "make check". 12 years ago
Tom Lane 8d65da1f01 Support ordered-set (WITHIN GROUP) aggregates. 12 years ago
Robert Haas 37484ad2aa Change the way we mark tuples as frozen. 12 years ago
Robert Haas c32afe53c2 pg_prewarm, a contrib module for prewarming relationd data. 12 years ago
Bruce Momjian 527fdd9df1 Move pg_upgrade_support global variables to their own include file 12 years ago
Robert Haas 6bb9d3017c Fix compiler warning. 12 years ago
Bruce Momjian 613c6d26bd Fix incorrect error message reported for non-existent users 12 years ago
Tatsuo Ishii 841a65482d Fix progress logging when scale factor is large. 12 years ago
Magnus Hagander 33d3f5594a Fix pg_stat_statements build on 32-bit systems 12 years ago
Joe Conway d6ca510d9d Fix performance regression in dblink connection speed. 12 years ago
Fujii Masao 91484409bd Expose qurey ID in pg_stat_statements view. 12 years ago
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