Commit Graph

47523 Commits (f4100839a00a9fffb19e70ed2e3c6a73ce2a5259)
 

Author SHA1 Message Date
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
Michael Paquier 23bccc823d Fix inconsistencies and typos in the tree 7 years ago
David Rowley e1a0f6a983 Adjust overly strict Assert 7 years ago
Tom Lane 330cafdfaa Remove no-longer-helpful reliance on fixed-size local array. 7 years ago
Michael Paquier 90317ab7e6 Fix compilation warning of pg_basebackup with MinGW 7 years ago
David Rowley 3373c71553 Speed up finding EquivalenceClasses for a given set of rels 7 years ago
Peter Geoghegan 894af78f18 Don't rely on estimates for amcheck Bloom filters. 7 years ago
Tomas Vondra a63378a03e Use column collation for extended statistics 7 years ago
Tomas Vondra e38a55ba46 Rework examine_opclause_expression to use varonleft 7 years ago
Jeff Davis 6f40ee4f83 pg_stat_statements: add missing check for pgss_enabled(). 7 years ago
Tom Lane 4214668635 Silence compiler warning, hopefully. 7 years ago
Michael Paquier 1300fa66b2 Doc: clarify when table rewrites happen with column addition and DEFAULT 7 years ago
Michael Paquier 5f3840370b Refactor parallelization processing code in src/bin/scripts/ 7 years ago
Jeff Davis b538c90b1b Fix error in commit e6feef57. 7 years ago
Michael Paquier 70a33b2109 Fix typo in mvdistinct.c 7 years ago
Jeff Davis e6feef571a Fix daterange canonicalization for +/- infinity. 7 years ago
Peter Geoghegan d004147eb3 Fix nbtree metapage cache upgrade bug. 7 years ago
Tom Lane bc8393cf27 Further adjust SPITupleTable to provide a public row-count field. 7 years ago
Tomas Vondra 7d24f6a490 Simplify bitmap updates in multivariate MCV code 7 years ago
Tomas Vondra e4deae7396 Fix handling of NULLs in MCV items and constants 7 years ago
Tomas Vondra e8b6ae2130 Fix handling of opclauses in extended statistics 7 years ago