Commit Graph

43613 Commits (3620569fecc6c2edb1cccfbba39b86c4e7d2faae)
 

Author SHA1 Message Date
Tom Lane 3620569fec #ifdef out some dead code in psql/mainloop.c. 8 years ago
Alvaro Herrera a5736bf754 Fix traversal of half-frozen update chains 8 years ago
Robert Haas f49842d1ee Basic partition-wise join functionality. 8 years ago
Tom Lane fe9ba28ee8 Fix typo in README. 8 years ago
Robert Haas 6476b26115 On CREATE TABLE, consider skipping validation of subpartitions. 8 years ago
Robert Haas 14f67a8ee2 On attach, consider skipping validation of subpartitions individually. 8 years ago
Robert Haas c31e9d4baf Improve error message when skipping scan of default partition. 8 years ago
Robert Haas e9baa5e9fa Allow DML commands that create tables to use parallel query. 8 years ago
Tom Lane 4d85c2900b Improve comments in vacuum_rel() and analyze_rel(). 8 years ago
Robert Haas 4b2ba1fe02 Fix typo. 8 years ago
Robert Haas c097b271e8 Fix more user-visible elog() calls. 8 years ago
Peter Eisentraut 036166f26e Document and use SPI_result_code_string() 8 years ago
Peter Eisentraut 582bbcf37f Move SPI error reporting out of ri_ReportViolation() 8 years ago
Andres Freund 9eafa2b5b0 Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX. 8 years ago
Andres Freund 15334ad19a Attempt to adapt windows build for 212e6f34d5. 8 years ago
Andres Freund 212e6f34d5 Replace binary search in fmgr_isbuiltin with a lookup array. 8 years ago
Andres Freund 18f791ab2b Move genbki.pl's find_defined_symbol to Catalog.pm. 8 years ago
Tom Lane 4736d74479 Adjust git_changelog for new-style release tags. 8 years ago
Tom Lane 11d8d72c27 Allow multiple tables to be specified in one VACUUM or ANALYZE command. 8 years ago
Tom Lane 45f9d08684 Fix race condition with unprotected use of a latch pointer variable. 8 years ago
Alvaro Herrera 89e434b59c Fix coding rules violations in walreceiver.c 8 years ago
Peter Eisentraut f41bd4cb90 Expand collation documentation 8 years ago
Simon Riggs 0703c197ad Grammar typo in security warning about md5 8 years ago
Andres Freund 0c8b3ee944 Yet another pg_bswap typo in a windows only file. 8 years ago
Andres Freund 859759b62f Correct include file name in inet_aton fallback. 8 years ago
Andres Freund 0ba99c84e8 Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 8 years ago
Andres Freund 1f2830f9df Remove redundant stdint.h include. 8 years ago
Andres Freund 784905795f Try to make crash restart test work on windows. 8 years ago
Andres Freund 2e83db3ad2 Allow pg_ctl kill to send SIGKILL. 8 years ago
Tom Lane 5a632a213d Update v10 release notes, and set the official release date. 8 years ago
Tom Lane 4a1c0f3dde Use a longer connection timeout in pg_isready test. 8 years ago
Peter Eisentraut 655c938fb0 Add list of acknowledgments to release notes 8 years ago
Heikki Linnakangas 396ef15618 Fix busy-wait in pgbench, with --rate. 8 years ago
Tom Lane 2632bcce5e Fix pg_dump to assign domain array type OIDs during pg_upgrade. 8 years ago
Tom Lane c12d570fa1 Support arrays over domains. 8 years ago
Andres Freund 248e33756b Fix copy & pasto in 510b8cbff1. 8 years ago
Andres Freund f14241236e Fix typo. 8 years ago
Andres Freund 510b8cbff1 Extend & revamp pg_bswap.h infrastructure. 8 years ago
Peter Eisentraut 0008a106d4 Use Py_RETURN_NONE where suitable 8 years ago
Tom Lane 19de0ab23c Fix inadequate locking during get_rel_oids(). 8 years ago
Robert Haas 69c16983e1 psql: Don't try to print a partition constraint we didn't fetch. 8 years ago
Robert Haas e55d9643ec pgbench: If we fail to send a command to the server, fail. 8 years ago
Peter Eisentraut 2a14b9609d psql: Update \d sequence display 8 years ago
Tom Lane 136ab7c5a5 Marginal improvement for generated code in execExprInterp.c. 8 years ago
Peter Eisentraut 5373bc2a08 Add background worker type 8 years ago
Robert Haas 8b304b8b72 Remove replacement selection sort. 8 years ago
Peter Eisentraut d2773f9bcd Add PostgreSQL version to coverage output 8 years ago
Peter Eisentraut 4bb5a2536b Add lcov --initial 8 years ago
Peter Eisentraut 22d9764646 Remove SGML marked sections 8 years ago
Alvaro Herrera 20b6552242 Fix freezing of a dead HOT-updated tuple 8 years ago