aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* gitattributes: Remove entries for no longer existing filesPeter Eisentraut2019-11-11
* Fix whitespacePeter Eisentraut2019-11-11
* Rerun autoheaderPeter Eisentraut2019-11-11
* Optimize PredicateLockTuple().Thomas Munro2019-11-11
* Optimize TransactionIdIsCurrentTransactionId().Thomas Munro2019-11-11
* Rearrange dropdb() to avoid errors after allowing other sessions to exit.Amit Kapila2019-11-11
* Fix subscription testPeter Eisentraut2019-11-09
* doc: Clarify documentation about SSL passphrasesPeter Eisentraut2019-11-09
* doc: Further tweak recovery parameters documentationPeter Eisentraut2019-11-09
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-09
* Fix new COPY test of PL/pgSQL with VPATH buildsMichael Paquier2019-11-09
* Add tests for COPY in PL/pgSQLMichael Paquier2019-11-09
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08
* Add backtrace support for error reportingAlvaro Herrera2019-11-08
* Fix gratuitous error message variationPeter Eisentraut2019-11-08
* postgres_fdw: Fix error message for PREPARE TRANSACTION.Etsuro Fujita2019-11-08
* More precise errors from initial pg_control checkPeter Eisentraut2019-11-08
* Use "low key" terminology in nbtsort.c.Peter Geoghegan2019-11-07
* docs: clarify that only INSERT and UPDATE triggers can mod. NEWBruce Momjian2019-11-07
* Move declaration of ecpg_gettext() to a saner place.Tom Lane2019-11-07
* Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera2019-11-07
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-07
* Fix nested error handling in PG_FINALLYPeter Eisentraut2019-11-07
* Fix assertion failure when running pgbench -s.Fujii Masao2019-11-07
* Add reusable routine for making arrays unique.Thomas Munro2019-11-07
* Check after errors of SPI_execute() in xml.cMichael Paquier2019-11-07
* Allow sampling of statements depending on durationTomas Vondra2019-11-06
* Document log_transaction_sample_rate as superuser-onlyTomas Vondra2019-11-06
* Minor code review for tuple slot rewrite.Tom Lane2019-11-06
* Sync our DTrace infrastructure with c.h's definition of type bool.Tom Lane2019-11-06
* Fix memory allocation mistakePeter Eisentraut2019-11-06
* Remove unused function argumentPeter Eisentraut2019-11-06
* Fix timestamp of sent message for write context in logical decodingMichael Paquier2019-11-06
* Request small targetlist for input to WindowAgg.Andrew Gierth2019-11-06
* Correct the command tags for ALTER ... RENAME COLUMN.Fujii Masao2019-11-06
* Add "G" (server-side data generation) as an initialization step in pgbench.Fujii Masao2019-11-06
* doc: fix plurality typo on bgwriter doc sentenceBruce Momjian2019-11-05
* Make StringInfo available to frontend code.Andres Freund2019-11-05
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Tweak some authentication debug messages to follow project style.Tom Lane2019-11-05
* Avoid logging complaints about abandoned connections when using PAM.Tom Lane2019-11-05
* Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane2019-11-05
* Generate EquivalenceClass members for partitionwise child join rels.Tom Lane2019-11-05
* Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITIONMichael Paquier2019-11-05
* Doc: Improve description around ALTER TABLE ATTACH PARTITIONMichael Paquier2019-11-05
* Refactor code building relation optionsMichael Paquier2019-11-05
* Stabilize pg_dump output order for similarly-named triggers and policies.Tom Lane2019-11-04
* Fix ginEntryInsert's counting of GIN leaf tuples.Tom Lane2019-11-04
* Fix some compiler warnings on older compilersPeter Eisentraut2019-11-04