Commit Graph

49860 Commits (c8aeaf3ab31edeedf1791e37c74bcedf61a916ed)
 

Author SHA1 Message Date
Michael Paquier 01767533e3 Fix thinko with definition of REINDEXOPT_MISSING_OK 5 years ago
Fujii Masao be9788e998 Avoid unnecessary acquisition of SyncRepLock in transaction commit time. 5 years ago
Alvaro Herrera 05c16b827f
Fix typo in comment 5 years ago
Michael Paquier 1d65416661 Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM 5 years ago
Tom Lane 4c51a2d1e4 Improve test coverage of ginvacuum.c. 5 years ago
Tom Lane a7212be8b9 Set cutoff xmin more aggressively when vacuuming a temporary table. 5 years ago
Bruce Momjian db864c3c36 doc: clarify that max_wal_size is "during" checkpoints 5 years ago
Alvaro Herrera afc7e0ad55
Raise error on concurrent drop of partitioned index 5 years ago
Tom Lane b55b4dad99 Teach libpq to handle arbitrary-length lines in .pgpass files. 5 years ago
Amit Kapila 4ab77697f6 Fix the SharedFileSetUnregister API. 5 years ago
Bruce Momjian ab3c6d4155 doc: document how the backup manifest is transferred 5 years ago
Bruce Momjian 953c64e0f6 doc: add commas after 'i.e.' and 'e.g.' 5 years ago
Bruce Momjian 50ed605b3e pg_upgrade doc: mention saving postgresql.conf.auto files 5 years ago
Alvaro Herrera 0ebe82a941
doc: Update partitioning limitation on BEFORE triggers 5 years ago
Bruce Momjian 9524fa1aa5 docs: in mapping SQL to C data types, timestamp isn't a pointer 5 years ago
Bruce Momjian de2d1920dd doc: cross-link file-fdw and CSV config log sections 5 years ago
Bruce Momjian b1ae70b3b4 docs: clarify intermediate certificate creation instructions 5 years ago
Bruce Momjian 70e791f47e docs: replace "stable storage" with "durable" in descriptions 5 years ago
Bruce Momjian 1e0512ff23 C comment: remove mention of use of t_hoff WAL structure member 5 years ago
Bruce Momjian 06eba0fd10 doc: improve description of subscripting of arrays 5 years ago
Bruce Momjian 47c427d006 docs: improve 'capitals' inheritance example 5 years ago
Bruce Momjian 243a3b92a6 doc: clarify the useful features of procedures 5 years ago
Magnus Hagander 3a788db601 Fix docs bug stating file_fdw requires absolute paths 5 years ago
Tom Lane 6ca547cf75 Mark factorial operator, and postfix operators in general, as deprecated. 5 years ago
Tom Lane 3d351d916b Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. 5 years ago
Michael Paquier 9511fb37ac Reset indisreplident for an invalid index in DROP INDEX CONCURRENTLY 5 years ago
Michael Paquier 7a1cd5260a doc: Rework tables for built-in operator classes of index AMs 5 years ago
Peter Eisentraut 42aaed60c8 doc: Update cracklib URL 5 years ago
Peter Eisentraut 924123a87f passwordcheck: Log cracklib diagnostics 5 years ago
Tom Lane 10564ee02c Fix code for re-finding scan position in a multicolumn GIN index. 5 years ago
Michael Paquier 77c7267c37 Fix comment in procarray.c 5 years ago
Tom Lane e942af7b82 Suppress compiler warning in non-cassert builds. 5 years ago
Michael Paquier fe7fd4e961 Add regression tests for REPLICA IDENTITY with dropped indexes 5 years ago
Amit Kapila 7e453634bb Add additional information in the vacuum error context. 5 years ago
Amit Kapila 808e13b282 Extend the BufFile interface. 5 years ago
Fujii Masao adc8fc6167 Add regression test for pg_backend_memory_contexts. 5 years ago
Fujii Masao 50db5964ee Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c. 5 years ago
Fujii Masao 29dd6d8bc6 Prevent non-superusers from reading pg_backend_memory_contexts, by default. 5 years ago
David Rowley c34605daed Fixup some misusages of bms_num_members() 5 years ago
Bruce Momjian ff60394a8c docs: client certificates are always sent to the server 5 years ago
Peter Eisentraut 7f055fba3f doc: Fix up title case 5 years ago
Michael Paquier 77c1537f51 doc: Fix some markups for support functions of index AMs 5 years ago
Amit Kapila a3c66de6c5 Improve the vacuum error context phase information. 5 years ago
Tom Lane 4d346def15 Avoid pushing quals down into sub-queries that have grouping sets. 5 years ago
Tom Lane 5b02d68e75 Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands. 5 years ago
Michael Paquier c3a288649e doc: Fix format, incorrect structure names and markup inconsistencies 5 years ago
Bruce Momjian 2a9f37243b docs: improve description of how to handle multiple databases 5 years ago
Bruce Momjian bfd78c0b41 docs: add COMMENT examples for new features, rename rtree 5 years ago
Tom Lane 5028981923 Fix handling of CREATE TABLE LIKE with inheritance. 5 years ago
Fujii Masao eabba4a3eb Fix explain regression test failure. 5 years ago