summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bogus MaxAllocSize check in logtape.c.Jeff Davis2020-09-041-1/+1
* Report expected contrecord length on mismatchAlvaro Herrera2020-09-041-1/+2
* Remove some more useless assignments.Tom Lane2020-09-048-14/+7
* Collect attribute data on extension owned tables being dumpedAndrew Dunstan2020-09-043-2/+31
* C comment: correct use of 64-"byte" cache line sizeBruce Momjian2020-09-041-1/+1
* Fix rare deadlock failure in create_am regression test.Tom Lane2020-09-042-0/+10
* doc: Change table alias names to lower case in tutorial chapterPeter Eisentraut2020-09-042-13/+13
* doc: Fix whitespace issue in PDFPeter Eisentraut2020-09-041-2/+2
* doc: Use tags consistently in the tutorial chapterPeter Eisentraut2020-09-041-2/+6
* Remove unused parameterPeter Eisentraut2020-09-041-3/+3
* Fix inline marking introduced in commit 464824323e.Amit Kapila2020-09-041-3/+3
* remove redundant initializationsBruce Momjian2020-09-035-6/+7
* Remove variable "concurrent" from ReindexStmtMichael Paquier2020-09-047-27/+36
* Remove arbitrary restrictions on password length.Tom Lane2020-09-0321-167/+221
* Avoid lockup of a parallel worker when reporting a long error message.Tom Lane2020-09-033-5/+14
* Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane2020-09-033-39/+76
* Doc: mention packager-supplied tools for server start/stop, initdb, etc.Tom Lane2020-09-031-16/+79
* doc: Make SQL command names in the catalog documentation linksPeter Eisentraut2020-09-031-54/+56
* doc: Add missing cross-links in system catalog documentationPeter Eisentraut2020-09-031-56/+66
* Fix XML id to match containing pagePeter Eisentraut2020-09-034-4/+4
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-0323-74/+1766
* Add string_to_table() function.Tom Lane2020-09-026-93/+354
* Remove unused parameterPeter Eisentraut2020-09-021-5/+4
* Add access method names to \d[i|m|t]+ in psqlMichael Paquier2020-09-024-12/+108
* Fix thinko with definition of REINDEXOPT_MISSING_OKMichael Paquier2020-09-021-1/+1
* Avoid unnecessary acquisition of SyncRepLock in transaction commit time.Fujii Masao2020-09-021-6/+18
* Fix typo in commentAlvaro Herrera2020-09-011-1/+1
* Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier2020-09-028-9/+174
* Improve test coverage of ginvacuum.c.Tom Lane2020-09-012-0/+29
* Set cutoff xmin more aggressively when vacuuming a temporary table.Tom Lane2020-09-015-36/+70
* doc: clarify that max_wal_size is "during" checkpointsBruce Momjian2020-09-011-1/+1
* Raise error on concurrent drop of partitioned indexAlvaro Herrera2020-09-014-0/+46
* Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane2020-09-012-69/+79
* Fix the SharedFileSetUnregister API.Amit Kapila2020-09-011-6/+10
* doc: document how the backup manifest is transferredBruce Momjian2020-08-311-2/+4
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-3146-103/+103
* pg_upgrade doc: mention saving postgresql.conf.auto filesBruce Momjian2020-08-311-4/+6
* doc: Update partitioning limitation on BEFORE triggersAlvaro Herrera2020-08-311-2/+2
* docs: in mapping SQL to C data types, timestamp isn't a pointerBruce Momjian2020-08-311-1/+1
* doc: cross-link file-fdw and CSV config log sectionsBruce Momjian2020-08-312-1/+5
* docs: clarify intermediate certificate creation instructionsBruce Momjian2020-08-311-2/+4
* docs: replace "stable storage" with "durable" in descriptionsBruce Momjian2020-08-312-25/+25
* C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian2020-08-311-2/+0
* doc: improve description of subscripting of arraysBruce Momjian2020-08-311-1/+1
* docs: improve 'capitals' inheritance exampleBruce Momjian2020-08-311-2/+3
* doc: clarify the useful features of proceduresBruce Momjian2020-08-311-2/+5
* Fix docs bug stating file_fdw requires absolute pathsMagnus Hagander2020-08-311-1/+2
* Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane2020-08-306-35/+25
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-3020-69/+77
* Reset indisreplident for an invalid index in DROP INDEX CONCURRENTLYMichael Paquier2020-08-301-2/+7