aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Unify searchpath and do file logic in MSVC build scripts.Andrew Dunstan2019-02-06
* Fix heap_getattr() handling of fast defaults.Andres Freund2019-02-06
* Fix included file path for modern perlAndrew Dunstan2019-02-05
* Keep perl style checker happyAndrew Dunstan2019-02-05
* Update time zone data files to tzdata release 2018i.Tom Lane2019-02-05
* Fix searchpath for modern Perl for genbki.plAndrew Dunstan2019-02-05
* Doc: in each release branch, keep only that branch's own release notes.Tom Lane2019-02-04
* Fix dumping of matviews with indirect dependencies on primary keys.Tom Lane2019-02-04
* Move port-specific parts of with_temp_install to port makefile.Andrew Gierth2019-02-04
* Clarify behavior of initdb's --allow-group-access on Windows in docsMichael Paquier2019-02-04
* Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXSMichael Paquier2019-02-03
* Avoid possible deadlock while locking multiple heap pages.Amit Kapila2019-02-02
* Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier2019-02-01
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* Improve wording about WAL files in tar mode of pg_basebackupMagnus Hagander2019-01-29
* Fix LLVM related headers to compile standalone (to fix cpluspluscheck).Andres Freund2019-01-28
* Install JIT related headers.Andres Freund2019-01-28
* Allow for yet another crash symptom in 013_crash_restart.pl.Tom Lane2019-01-26
* Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane2019-01-26
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-24
* Fix droppability of constraints upon partition detachAlvaro Herrera2019-01-24
* Fix portability problem in pgbench.Tom Lane2019-01-24
* Simplify coding to detach constraints when detaching partitionAlvaro Herrera2019-01-24
* Blind attempt to fix _configthreadlocale() failures on MinGW.Tom Lane2019-01-23
* Detach constraints when partitions are detachedAlvaro Herrera2019-01-23
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Doc: fix typo in URL of OASIS group web site.Tatsuo Ishii2019-01-23
* llvm: Fix file-ending in IDENTIFICATION comments.Andres Freund2019-01-22
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Remove useless bms_copy step in RelationGetIndexAttrBitmap.Tom Lane2019-01-21
* Create action triggers when partitions are detachedAlvaro Herrera2019-01-21
* Flush relcache entries when their FKs are meddled withAlvaro Herrera2019-01-21
* Add 'id' to Acknowledgments sectionAlvaro Herrera2019-01-21
* Revert "Fix under-quoted filename pattern in pgbench TAP test."Tom Lane2019-01-21
* Postpone generating tlists and EC members for inheritance dummy children.Etsuro Fujita2019-01-21
* Revert "Add valgrind suppressions for wcsrtombs optimizations"Tomas Vondra2019-01-19
* Fix outdated commentPeter Eisentraut2019-01-19
* Fix under-quoted filename pattern in pgbench TAP test.Tom Lane2019-01-18
* Use our own getopt() on OpenBSD.Tom Lane2019-01-18
* Fix creation of duplicate foreign keys on partitionsAlvaro Herrera2019-01-18
* Move CloneForeignKeyConstraints to tablecmds.cAlvaro Herrera2019-01-18
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-18
* Enforce non-parallel plan when calling current_schema() in newly-added testMichael Paquier2019-01-18
* Avoid assuming that we know the spelling of getopt_long's error messages.Tom Lane2019-01-17
* Restrict the use of temporary namespace in two-phase transactionsMichael Paquier2019-01-18
* Replace references to mailinglists with @lists.postgresql.orgMagnus Hagander2019-01-17
* Remove references to MajordomoMagnus Hagander2019-01-17
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-17
* Fix typos in documentation and for one wait eventMichael Paquier2019-01-15