aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Doc: clean up contributor names.Etsuro Fujita2020-09-10
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-10
* Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch2020-09-09
* Make archiver's SIGQUIT handler exit via _exit().Tom Lane2020-09-09
* Doc: adjust documentation related to index support functions.Tom Lane2020-09-09
* Minor fixes in docs and error messages.Tom Lane2020-09-09
* Add missing quote in docsMagnus Hagander2020-09-09
* Check default partitions constraints while descendingAlvaro Herrera2020-09-08
* Adjust cost model for HashAgg that spills to disk.Jeff Davis2020-09-07
* Clarify comments in enforce_generic_type_consistency().Tom Lane2020-09-07
* Update list of acknowledgments in release notesPeter Eisentraut2020-09-07
* doc: Tweak sentence for pg_checksums when enabling checksumsMichael Paquier2020-09-07
* Change path in example of file_fdw for logsMagnus Hagander2020-09-06
* Fix misleading error message about inconsistent moving-aggregate types.Tom Lane2020-09-06
* Remove useless lstat() call in pg_rewind.Tom Lane2020-09-06
* Make new authentication test case more robust.Tom Lane2020-09-04
* Fix over-eager ping'ing in logical replication receiver.Tom Lane2020-09-04
* Fix bogus MaxAllocSize check in logtape.c.Jeff Davis2020-09-04
* Collect attribute data on extension owned tables being dumpedAndrew Dunstan2020-09-04
* C comment: correct use of 64-"byte" cache line sizeBruce Momjian2020-09-04
* Fix rare deadlock failure in create_am regression test.Tom Lane2020-09-04
* Avoid lockup of a parallel worker when reporting a long error message.Tom Lane2020-09-03
* Doc: mention packager-supplied tools for server start/stop, initdb, etc.Tom Lane2020-09-03
* Fix typo in commentAlvaro Herrera2020-09-01
* doc: clarify that max_wal_size is "during" checkpointsBruce Momjian2020-09-01
* Raise error on concurrent drop of partitioned indexAlvaro Herrera2020-09-01
* Teach libpq to handle arbitrary-length lines in .pgpass files.Tom Lane2020-09-01
* doc: document how the backup manifest is transferredBruce Momjian2020-08-31
* doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian2020-08-31
* C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian2020-08-31
* pg_upgrade doc: mention saving postgresql.conf.auto filesBruce Momjian2020-08-31
* doc: Update partitioning limitation on BEFORE triggersAlvaro Herrera2020-08-31
* docs: in mapping SQL to C data types, timestamp isn't a pointerBruce Momjian2020-08-31
* doc: cross-link file-fdw and CSV config log sectionsBruce Momjian2020-08-31
* docs: clarify intermediate certificate creation instructionsBruce Momjian2020-08-31
* docs: replace "stable storage" with "durable" in descriptionsBruce Momjian2020-08-31
* doc: improve description of subscripting of arraysBruce Momjian2020-08-31
* docs: improve 'capitals' inheritance exampleBruce Momjian2020-08-31
* doc: clarify the useful features of proceduresBruce Momjian2020-08-31
* Fix docs bug stating file_fdw requires absolute pathsMagnus Hagander2020-08-31
* Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane2020-08-30
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-27
* docs: client certificates are always sent to the serverBruce Momjian2020-08-25
* doc: Fix up title casePeter Eisentraut2020-08-25
* Improve the vacuum error context phase information.Amit Kapila2020-08-24
* Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane2020-08-22
* Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.Tom Lane2020-08-22
* doc: Fix format, incorrect structure names and markup inconsistenciesMichael Paquier2020-08-22
* docs: improve description of how to handle multiple databasesBruce Momjian2020-08-21
* docs: add COMMENT examples for new features, rename rtreeBruce Momjian2020-08-21