Commit Graph

47543 Commits (3420851a2c2d2ac49b8ba53ccec5d02aa1e6a272)
 

Author SHA1 Message Date
Tom Lane 3420851a2c Fix busted logic for parallel lock grouping in TopoSort(). 7 years ago
Peter Eisentraut 1e2fddfa33 Handle fsync failures in pg_receivewal and pg_recvlogical 7 years ago
Michael Paquier eb43f3d193 Fix inconsistencies and typos in the tree 7 years ago
Michael Paquier 7cce159349 Fix handling of expressions and predicates in REINDEX CONCURRENTLY 7 years ago
Thomas Munro a2a777d011 Avoid macro clash with LLVM 9. 7 years ago
Tom Lane b10f40bf0e Improve test coverage for LISTEN/NOTIFY. 7 years ago
Michael Paquier 44460d7017 Doc: Fix event trigger firing table 7 years ago
Michael Paquier b7a82317b6 Fix typo in fd.c 7 years ago
Tom Lane 30717637c1 Fix isolationtester race condition for notices sent before blocking. 7 years ago
Tom Lane ebd4992821 Don't drop NOTICE messages in isolation tests. 7 years ago
Michael Paquier 5ab892c391 Add support for --jobs in reindexdb 7 years ago
Peter Eisentraut 4552c0f566 pg_upgrade: Update obsolescent documentation note 7 years ago
Peter Eisentraut 959f6d6a18 pg_upgrade: Default new bindir to pg_upgrade location 7 years ago
Peter Eisentraut 0befb4f313 pg_upgrade: Check all used executables 7 years ago
Peter Eisentraut 28cb0555c1 Fix typo in pg_upgrade file header 7 years ago
Alvaro Herrera 0994cfc0ac Don't uselessly escape a string that doesn't need escaping 7 years ago
Tom Lane 8ab66081ca Tweak our special-case logic for the IANA "Factory" timezone. 7 years ago
Tom Lane 3754113f33 Avoid choosing "localtime" or "posixrules" as TimeZone during initdb. 7 years ago
Tom Lane b9d2c5c7ac Fix loss of fractional digits for large values in cash_numeric(). 7 years ago
Peter Eisentraut e829337d42 doc: Make libpq documentation navigable between functions 7 years ago
Peter Eisentraut f4100839a0 doc: Fix some markup whitespace issues 7 years ago
Peter Eisentraut 2e32a7711a doc: Add support for xref to command and function elements 7 years ago
Peter Eisentraut d0f5d25b39 doc: Change libpq function ids to mixed case 7 years ago
Thomas Munro 27cd521e6e Fix LDAP test instability. 7 years ago
Andres Freund f63d9e68d4 Add missing (COSTS OFF) to EXPLAIN added in previous commit. 7 years ago
Andres Freund af3deff3f2 Fix slot type handling for Agg nodes performing internal sorts. 7 years ago
Tom Lane cb9bb15783 Fix syntax error in commit 20e99cddd. 7 years ago
Tom Lane b654714f9b Fix failures to ignore \r when reading Windows-style newlines. 7 years ago
Andrew Dunstan 20e99cdddb Honor MSVC WindowsSDKVersion if set 7 years ago
Tom Lane f5a4ab23e4 Fix contrib/sepgsql test policy to work with latest SELinux releases. 7 years ago
Peter Eisentraut 35a34e62ed doc: Fix typo 7 years ago
Andres Freund ecbdd00934 Fix system column accesses in ON CONFLICT ... RETURNING. 7 years ago
Michael Paquier c8e177f0bb Fix failure with pgperlcritic from the TAP test of synchronous replication 7 years ago
Tom Lane 4e784f3514 Fix infelicities in describeOneTableDetails' partitioned-table handling. 7 years ago
Heikki Linnakangas 6655a7299d Use full 64-bit XID for checking if a deleted GiST page is old enough. 7 years ago
Heikki Linnakangas 9eb5607e69 Refactor checks for deleted GiST pages. 7 years ago
Andrew Dunstan 1a721248f3 Don't assume expr is available in pgbench tests 7 years ago
Michael Paquier fd7d387e05 Doc: Clarify interactions of pg_receivewal with remote_apply 7 years ago
Michael Paquier 7d81bdc8c0 Improve stability of TAP test for synchronous replication 7 years ago
Alvaro Herrera 5562272a42 Check that partitions are not in use when dropping constraints 7 years ago
Tom Lane 24f62e93f3 Improve psql's \d output for partitioned indexes. 7 years ago
Tom Lane eb5472da9f Improve psql's \d output for TOAST tables. 7 years ago
Peter Eisentraut 06140c201b Add CREATE DATABASE LOCALE option 7 years ago
Michael Paquier 3cae75f420 Remove more progname references in vacuumdb.c 7 years ago
Tom Lane a0555ddab9 Install dependencies to prevent dropping partition key columns. 7 years ago
Peter Eisentraut 7961886580 Revert "initdb: Change authentication defaults" 7 years ago
Peter Eisentraut 09f08930f0 initdb: Change authentication defaults 7 years ago
David Rowley 1e6a759838 Use appendBinaryStringInfo in more places where the length is known 7 years ago
Peter Eisentraut 19781729f7 Make identity sequence management more robust 7 years ago
David Rowley efdcca55a3 Make better use of the new List implementation in a couple of places 7 years ago