Commit Graph

46218 Commits (e451dd5521966516110eb1761342ae4a1380b19d)
 

Author SHA1 Message Date
Tom Lane 1464755fc4 Doc: remove obsolete statements about system OID columns in ALTER TABLE. 7 years ago
Tom Lane b90e6cef12 In PQprint(), write HTML table trailer before closing the output pipe. 7 years ago
Tom Lane 5deadfef28 Fix misapplication of pgstat_count_truncate to wrong relation. 7 years ago
Tom Lane 9286ef8e91 Clean up sloppy coding in publicationcmds.c's OpenTableList(). 7 years ago
Tom Lane eeee62d805 Doc: make cross-reference to format() function more specific. 7 years ago
Michael Paquier 730422afcd Fix some errhint and errdetail strings missing a period 7 years ago
Tom Lane d2b0b60e71 Improve our response to invalid format strings, and detect more cases. 7 years ago
Stephen Frost 7a55ccc477 Improve planner stats documentation 7 years ago
Stephen Frost 369d494a4f Cleanup minor pg_dump memory leaks 7 years ago
Stephen Frost a243c55326 Cleanup comments in xlog compression 7 years ago
Tatsuo Ishii 228b0485f4 Change true/false to on/off. 7 years ago
Alvaro Herrera 71a05b2232 Don't mark partitioned indexes invalid unnecessarily 7 years ago
Michael Paquier 99f9ccee51 Fix invalid value of synchronous_commit in description of flush_lag 7 years ago
Stephen Frost f502fc88b3 Fix typo 7 years ago
Etsuro Fujita f8f6e44676 postgres_fdw: Improve cost and size estimation for aggregate pushdown. 7 years ago
Tom Lane afc4a78a30 Refactor documentation about privileges to centralize the info. 7 years ago
Michael Paquier ee2b37ae04 Add some missing schema qualifications 7 years ago
Michael Paquier d3c09b9b13 Add PGXS options to control TAP and isolation tests, take two 7 years ago
Tom Lane 29180e5d78 Eliminate parallel-make hazard in ecpg/preproc. 7 years ago
Tom Lane 3295f82022 Rename ecpg's various "extern.h" files to have distinct names. 7 years ago
Tom Lane 2d34ad8430 Add a --socketdir option to pg_upgrade. 7 years ago
Michael Paquier 7d4524aed3 Fix tablespace path TAP test of pg_verify_checksums for msys 7 years ago
Alvaro Herrera 9dc1225855 Silence compiler warning 7 years ago
Amit Kapila dcfdf56e89 Fix typo. 7 years ago
Michael Paquier 5c99513975 Fix various checksum check problems for pg_verify_checksums and base backups 7 years ago
Michael Paquier a1c91dd110 Switch pg_verify_checksums back to a blacklist 7 years ago
Tom Lane d328991578 Document handling of invalid/ambiguous timestamp input near DST boundaries. 7 years ago
Alvaro Herrera 88bdbd3f74 Add log_statement_sample_rate parameter 7 years ago
Tom Lane 826eff57c4 Ensure static libraries have correct mod time even if ranlib messes it up. 7 years ago
Peter Eisentraut 68120427f4 doc: Add appendix detailing some limits of PostgreSQL 7 years ago
Michael Paquier 44e22647f8 Add pg_partition_tree to documentation index 7 years ago
Michael Paquier 431f1599a2 Add support for NO_INSTALLCHECK in MSVC scripts 7 years ago
Thomas Munro 2ac180c286 Fix minor typo in dsa.c. 7 years ago
Michael Paquier d79fb5d237 Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooks 7 years ago
Michael Paquier 4c703369af Fix handling of synchronous replication for stopping WAL senders 7 years ago
Peter Geoghegan 1a990b207b Have BufFileSize() ereport() on FileSize() failure. 7 years ago
Peter Eisentraut f2cbffc7a6 Only allow one recovery target setting 7 years ago
Bruce Momjian eae9143d9a C comment: remove extra '*' 7 years ago
Thomas Munro 0f9cdd7dca Don't set PAM_RHOST for Unix sockets. 7 years ago
Tomas Vondra f69c959df0 Do not decode TOAST data for table rewrites 7 years ago
Tomas Vondra d1ce4ed2d5 Use wildcard to match parens after CREATE STATISTICS 7 years ago
Thomas Munro d67dae036b Don't count zero-filled buffers as 'read' in EXPLAIN. 7 years ago
Andres Freund 471a7af585 Ensure consistent sort order of large objects in pg_dump. 7 years ago
Andres Freund b238527664 Fix jit compilation bug on wide tables. 7 years ago
Peter Eisentraut f17889b221 Update ssl test certificates and keys 7 years ago
Andres Freund 4c8750a9cc Fix ac218aa4f6 to work on versions before 9.5. 7 years ago
Andres Freund ac218aa4f6 Update pg_upgrade test for reg* to include regrole and regnamespace. 7 years ago
Bruce Momjian 7a9d6779d9 doc: fix wording for plpgsql, add "and" 7 years ago
Andres Freund 54bb22f66a Fix typo introduced in 578b229718. 7 years ago
Andres Freund 12a53c732c Fix pg_upgrade for oid removal. 7 years ago