Commit Graph

28966 Commits (00a86856c1195f3f653672d3b06aa9e4a4aeab82)

Author SHA1 Message Date
Peter Eisentraut 3a47c704fb Add make rules to download raw Unicode mapping files 9 years ago
Robert Haas 6bb9a6177d Remove declarations for pq_putmessage_hook and pq_flush_hook. 9 years ago
Tom Lane 5ec81aceec Fix nasty performance problem in tsquery_rewrite(). 9 years ago
Tom Lane 24ebc444c6 Fix bogus tree-flattening logic in QTNTernary(). 9 years ago
Tom Lane 9a00f03e47 Improve speed of aggregates that use array_append as transition function. 9 years ago
Magnus Hagander a775406ec4 Fix memory leak in tar file padding 9 years ago
Robert Haas 33839b5ffb Fix leftover reference to background writer performing checkpoints. 9 years ago
Peter Eisentraut ce4dc97056 Remove invitation to report a bug about unknown encoding 9 years ago
Peter Eisentraut eaed88ce12 Add function name to PyArg_ParseTuple() 9 years ago
Peter Eisentraut 84d457edaf Format PL/Python module contents test vertically 9 years ago
Robert Haas 4f714b2fd2 If the stats collector dies during Hot Standby, restart it. 9 years ago
Robert Haas f267c1c244 Fix possible pg_basebackup failure on standby with "include WAL". 9 years ago
Peter Eisentraut c32fe432af Avoid using a C++ keyword in header file 9 years ago
Bruce Momjian 586a46c22c Properly indent postgresql.conf comments to align 9 years ago
Tom Lane a522fc3d80 Fix incorrect trigger-property updating in ALTER CONSTRAINT. 9 years ago
Tom Lane 19b2094d96 Fix not-HAVE_SYMLINK code in zic.c. 9 years ago
Heikki Linnakangas 8eb6337f9f Remove platform-dependent PL/python test case. 9 years ago
Heikki Linnakangas cfd9c87a54 Only treat Python Lists as array dimensions. 9 years ago
Heikki Linnakangas 73c8e8506c Avoid using platform-dependent floats in test case. 9 years ago
Heikki Linnakangas e131ba4fe5 Fix regression test to also work with Python 2. 9 years ago
Heikki Linnakangas 56f39009c5 Fix typos in comments. 9 years ago
Heikki Linnakangas 510e1b8ecf Give a hint, when [] is incorrectly used for a composite type in array. 9 years ago
Heikki Linnakangas 94aceed317 Support multi-dimensional arrays in PL/python. 9 years ago
Peter Eisentraut 8c035e55c4 pg_dump: Simplify internal archive version handling 9 years ago
Magnus Hagander 78d109150b Free walmethods before exiting 9 years ago
Magnus Hagander 8c46f0c9ce Don't fsync() files when --no-sync is specified 9 years ago
Bruce Momjian 10c064ce4d Consistently mention 'SELECT pg_reload_conf()' in config files 9 years ago
Magnus Hagander 2dde01ccbf Use ssize_t where signed results can happen 9 years ago
Alvaro Herrera 00f15338b2 Preserve commit timestamps across clean restart 9 years ago
Tom Lane 8f1fb7d621 Avoid testing tuple visibility without buffer lock. 9 years ago
Tom Lane a6c0a5b6e8 Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT. 9 years ago
Tom Lane 6292c23391 Avoid testing tuple visibility without buffer lock in RI_FKey_check(). 9 years ago
Magnus Hagander eade082b12 Rename walmethod fsync method to sync 9 years ago
Magnus Hagander a5c17c1dce Fix obviously too quickly applied fix to zlib issue 9 years ago
Magnus Hagander 9ae6713cdf Fix walmethods.c build without libz 9 years ago
Magnus Hagander d97a59a4c5 Remove extra comma at end of enum list 9 years ago
Magnus Hagander 56c7d8d455 Allow pg_basebackup to stream transaction log in tar mode 9 years ago
Robert Haas 919c811ca1 Fix comment formatting. 9 years ago
Robert Haas 7012b132d0 postgres_fdw: Push down aggregates to remote servers. 9 years ago
Tom Lane 709e461bef Fix EXPLAIN so that it doesn't emit invalid XML in corner cases. 9 years ago
Tom Lane 5e21b68111 Sync our copy of the timezone library with IANA release tzcode2016h. 9 years ago
Tom Lane d8fc45bd0f Update time zone data files to tzdata release 2016h. 9 years ago
Robert Haas f82ec32ac3 Rename "pg_xlog" directory to "pg_wal". 9 years ago
Robert Haas ec7db2b483 Remove a comment which is now incorrect. 9 years ago
Tom Lane 23ed2ba812 Another portability fix for tzcode2016g update. 9 years ago
Tom Lane ad90ac4d67 Windows portability fix. 9 years ago
Tom Lane f3094920a5 Sync our copy of the timezone library with IANA release tzcode2016g. 9 years ago
Tom Lane a3215431ab Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g. 9 years ago
Tom Lane ecbac3e6e0 Update time zone data files to tzdata release 2016g. 9 years ago
Peter Eisentraut 9ffe4a8b4c Make getrusage() output a little more readable 9 years ago