Commit Graph

46357 Commits (d63dc0aa0ccf432f3bc9a735e77eb3845732cf28)
 

Author SHA1 Message Date
Tom Lane d63dc0aa0c Update time zone data files to tzdata release 2018i. 7 years ago
Andrew Dunstan f884a96819 Fix searchpath for modern Perl for genbki.pl 7 years ago
Tom Lane 24114e8b4d Remove unnecessary "inline" marker introduced in commit 4be058fe9. 7 years ago
Tom Lane 527b5ed1ad Doc: in each release branch, keep only that branch's own release notes. 7 years ago
Tom Lane 6e4d45b5f6 Fix dumping of matviews with indirect dependencies on primary keys. 7 years ago
Peter Eisentraut f602cf49c2 Remove unused macro 7 years ago
Andrew Gierth 54f5f887fd Move port-specific parts of with_temp_install to port makefile. 7 years ago
Amit Kapila 08ecdfe7e5 Make FSM test portable. 7 years ago
Amit Kapila b0eaa4c51b Avoid creation of the free space map for small heap relations, take 2. 7 years ago
Michael Paquier be12aa47e6 Clarify behavior of initdb's --allow-group-access on Windows in docs 7 years ago
Thomas Munro f1bebef60e Add shared_memory_type GUC. 7 years ago
Andres Freund 0d1fe9f74e Move page initialization from RelationAddExtraBlocks() to use, take 2. 7 years ago
Michael Paquier ac3a9afdbe Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXS 7 years ago
Amit Kapila 0b8bdb3c3e Avoid possible deadlock while locking multiple heap pages. 7 years ago
Michael Paquier 3e938a83b2 Improve installation instructions with pg_ctl in documentation 7 years ago
Alvaro Herrera 558d77f20e Renaming for new subscripting mechanism 7 years ago
Alvaro Herrera f831d4accd Add ArchiveOpts to pass options to ArchiveEntry 7 years ago
Thomas Munro 456e3718e7 Add combining characters to unaccent.rules. 7 years ago
Alvaro Herrera 80579f9bb1 Move building of child base quals out into a new function 7 years ago
Michael Paquier c93001b3f9 Adjust comment about timeout when waiting for WAL at recovery 7 years ago
Michael Paquier eb8c9f0bc3 Fix use of dangling pointer in heap_delete() when logging replica identity 7 years ago
Peter Eisentraut f60a0e9677 Add more columns to pg_stat_ssl 7 years ago
Michael Paquier 00d1e88d36 Add --min-xid-age and --min-mxid-age options to vacuumdb 7 years ago
Tom Lane 5f5c014590 Allow RECORD and RECORD[] to be specified in function coldeflists. 7 years ago
Peter Eisentraut 689d15e95e Log PostgreSQL version number on startup 7 years ago
Peter Eisentraut 57431a911d postmaster: Start syslogger earlier 7 years ago
Michael Meskes 7ea38f045d Change error handling of out of scope variables in ecpg. 7 years ago
Michael Meskes e2f731cdba Make some ecpg test cases more robust against unexpected errors that happen 7 years ago
Michael Meskes 5c04630ad0 Make sure that ecpglib's statement variable has a defined value no matter what. 7 years ago
Peter Eisentraut dfa774ff9a Fix a crash in logical replication 7 years ago
Michael Paquier b8f73df0f8 Do not filter by relkind in vacuumdb's catalog query if --table is used 7 years ago
Tom Lane fa2cf164aa Rename nodes/relation.h to nodes/pathnodes.h. 7 years ago
Tom Lane f09346a9c6 Refactor planner's header files. 7 years ago
Tom Lane a1b8c41e99 Make some small planner API cleanups. 7 years ago
Peter Eisentraut e77cfa54d7 Fix pg_stat_ssl.clientdn 7 years ago
Peter Eisentraut 18059543e7 Add tests for pg_stat_ssl system view 7 years ago
Peter Eisentraut bdd6e9ba17 Make SSL tests more robust 7 years ago
Magnus Hagander 9745b528f7 Improve wording about WAL files in tar mode of pg_basebackup 7 years ago
Etsuro Fujita 449d0a8550 postgres_fdw: Fix test for cached costs in estimate_path_cost_size(). 7 years ago
Michael Paquier e0c2933a76 Use catalog query to discover tables to process in vacuumdb 7 years ago
Andres Freund da05eb51de Fix LLVM related headers to compile standalone (to fix cpluspluscheck). 7 years ago
Andres Freund 684200543b Revert "Move page initialization from RelationAddExtraBlocks() to use." 7 years ago
Andres Freund fc02e6724f Fix race condition between relation extension and vacuum. 7 years ago
Tomas Vondra 36a1281f86 Separate per-batch and per-tuple memory contexts in COPY 7 years ago
Tom Lane 4be058fe9e In the planner, replace an empty FROM clause with a dummy RTE. 7 years ago
Andres Freund 5c11867512 Install JIT related headers. 7 years ago
Andres Freund e6799d5a53 Move page initialization from RelationAddExtraBlocks() to use. 7 years ago
Peter Eisentraut d4316b87bb psql: Remove unused tab completion query 7 years ago
Peter Eisentraut bcf3f00be5 doc: Add link from sslinfo to pg_stat_ssl 7 years ago
Michael Paquier 23349b18d9 Add tab completion for ALTER INDEX ALTER COLUMN in psql 7 years ago