Commit Graph

49775 Commits (96cfcadd26e26e138ae60f4f3f94beddafba60bb)
 

Author SHA1 Message Date
Peter Eisentraut 96cfcadd26 Remove unused parameter 6 years ago
Amit Kapila ac15b499f7 Fix inline marking introduced in commit 464824323e. 6 years ago
Bruce Momjian e36e936e0e remove redundant initializations 6 years ago
Michael Paquier 844c05abc3 Remove variable "concurrent" from ReindexStmt 6 years ago
Tom Lane 67a472d71c Remove arbitrary restrictions on password length. 6 years ago
Tom Lane be4b0c0077 Avoid lockup of a parallel worker when reporting a long error message. 6 years ago
Tom Lane 8f8154a503 Allow records to span multiple lines in pg_hba.conf and pg_ident.conf. 6 years ago
Tom Lane d2511d7132 Doc: mention packager-supplied tools for server start/stop, initdb, etc. 6 years ago
Peter Eisentraut 5ccf322118 doc: Make SQL command names in the catalog documentation links 6 years ago
Peter Eisentraut cb6eb4a09e doc: Add missing cross-links in system catalog documentation 6 years ago
Peter Eisentraut 4220e5721a Fix XML id to match containing page 6 years ago
Amit Kapila 464824323e Add support for streaming to built-in logical replication. 6 years ago
Tom Lane 66f1630680 Add string_to_table() function. 6 years ago
Peter Eisentraut fd5e3b2914 Remove unused parameter 6 years ago
Michael Paquier 07f386ede0 Add access method names to \d[i|m|t]+ in psql 6 years ago
Michael Paquier 01767533e3 Fix thinko with definition of REINDEXOPT_MISSING_OK 6 years ago
Fujii Masao be9788e998 Avoid unnecessary acquisition of SyncRepLock in transaction commit time. 6 years ago
Alvaro Herrera 05c16b827f
Fix typo in comment 6 years ago
Michael Paquier 1d65416661 Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM 6 years ago
Tom Lane 4c51a2d1e4 Improve test coverage of ginvacuum.c. 6 years ago
Tom Lane a7212be8b9 Set cutoff xmin more aggressively when vacuuming a temporary table. 6 years ago
Bruce Momjian db864c3c36 doc: clarify that max_wal_size is "during" checkpoints 6 years ago
Alvaro Herrera afc7e0ad55
Raise error on concurrent drop of partitioned index 6 years ago
Tom Lane b55b4dad99 Teach libpq to handle arbitrary-length lines in .pgpass files. 6 years ago
Amit Kapila 4ab77697f6 Fix the SharedFileSetUnregister API. 6 years ago
Bruce Momjian ab3c6d4155 doc: document how the backup manifest is transferred 6 years ago
Bruce Momjian 953c64e0f6 doc: add commas after 'i.e.' and 'e.g.' 6 years ago
Bruce Momjian 50ed605b3e pg_upgrade doc: mention saving postgresql.conf.auto files 6 years ago
Alvaro Herrera 0ebe82a941
doc: Update partitioning limitation on BEFORE triggers 6 years ago
Bruce Momjian 9524fa1aa5 docs: in mapping SQL to C data types, timestamp isn't a pointer 6 years ago
Bruce Momjian de2d1920dd doc: cross-link file-fdw and CSV config log sections 6 years ago
Bruce Momjian b1ae70b3b4 docs: clarify intermediate certificate creation instructions 6 years ago
Bruce Momjian 70e791f47e docs: replace "stable storage" with "durable" in descriptions 6 years ago
Bruce Momjian 1e0512ff23 C comment: remove mention of use of t_hoff WAL structure member 6 years ago
Bruce Momjian 06eba0fd10 doc: improve description of subscripting of arrays 6 years ago
Bruce Momjian 47c427d006 docs: improve 'capitals' inheritance example 6 years ago
Bruce Momjian 243a3b92a6 doc: clarify the useful features of procedures 6 years ago
Magnus Hagander 3a788db601 Fix docs bug stating file_fdw requires absolute paths 6 years ago
Tom Lane 6ca547cf75 Mark factorial operator, and postfix operators in general, as deprecated. 6 years ago
Tom Lane 3d351d916b Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. 6 years ago
Michael Paquier 9511fb37ac Reset indisreplident for an invalid index in DROP INDEX CONCURRENTLY 6 years ago
Michael Paquier 7a1cd5260a doc: Rework tables for built-in operator classes of index AMs 6 years ago
Peter Eisentraut 42aaed60c8 doc: Update cracklib URL 6 years ago
Peter Eisentraut 924123a87f passwordcheck: Log cracklib diagnostics 6 years ago
Tom Lane 10564ee02c Fix code for re-finding scan position in a multicolumn GIN index. 6 years ago
Michael Paquier 77c7267c37 Fix comment in procarray.c 6 years ago
Tom Lane e942af7b82 Suppress compiler warning in non-cassert builds. 6 years ago
Michael Paquier fe7fd4e961 Add regression tests for REPLICA IDENTITY with dropped indexes 6 years ago
Amit Kapila 7e453634bb Add additional information in the vacuum error context. 6 years ago
Amit Kapila 808e13b282 Extend the BufFile interface. 6 years ago