Commit Graph

2503 Commits (2128c52f5c476276fcaa2bc49b31f6d445365f95)

Author SHA1 Message Date
Bruce Momjian 2fc80e8e83 Rename 'gmake' to 'make' in docs and recommended commands 12 years ago
Bruce Momjian 2a2e40aaaa pg_upgrade: dramatically reduce memory consumption 12 years ago
Bruce Momjian f9bb944cd8 pg_test_fsync: add C comment about direct I/O and write size failure 12 years ago
Tom Lane 00d4f2af8b Improve connection-failure error handling in contrib/postgres_fdw. 12 years ago
Fujii Masao 3e8554a54a Make pg_basebackup skip temporary statistics files. 12 years ago
Tom Lane 214c7a4f0b Fix some more bugs in signal handlers and process shutdown logic. 12 years ago
Bruce Momjian 6afe200cee chkpass: check for NULL return value from crypt() 12 years ago
Tom Lane cd3e0071b8 Allow unrecognized encoding names in locales, as long as they're the same. 12 years ago
Tom Lane 58274728fb Be forgiving of variant spellings of locale names in pg_upgrade. 12 years ago
Tom Lane 41e364ec67 Fix potential coredump on bad locale value in pg_upgrade. 12 years ago
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