Commit Graph

46335 Commits (00d1e88d36687ceae1be2317fac90e967941c085)
 

Author SHA1 Message Date
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
Amit Kapila a23676503b Revert "Avoid creation of the free space map for small heap relations." 7 years ago
Amit Kapila ac88d2962a Avoid creation of the free space map for small heap relations. 7 years ago
Amit Kapila d66e3664b8 In bootstrap mode, don't allow the creation of files if they don't already 7 years ago
Michael Paquier 0803b0ae1e Add TAP tests for vacuumdb with column lists 7 years ago
Tom Lane d6f6f0fc2d Allow for yet another crash symptom in 013_crash_restart.pl. 7 years ago
Andres Freund a9c35cf85c Change function call information to be variable length. 7 years ago
Tom Lane 6d3ede5f1c Fix psql's "\g target" meta-command to work with COPY TO STDOUT. 7 years ago
Peter Eisentraut 1e4730c639 Make regression test output locale-independent 7 years ago
Tom Lane ebfe20dc70 Allow UNLISTEN in hot-standby mode. 7 years ago
Michael Paquier c9b75c5838 Simplify restriction handling of two-phase commit for temporary objects 7 years ago
Bruce Momjian df4c904440 SQL comment: remove extra word in heading comment 7 years ago
Tom Lane 18c0da88a5 Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER. 7 years ago
Tom Lane ff750ce2d8 Teach nulltestsel() that system columns are never NULL. 7 years ago
Tom Lane 6119060d01 Fix possibly-uninitialized-variable warning from commit 9556aa01c. 7 years ago
Heikki Linnakangas 9556aa01c6 Use single-byte Boyer-Moore-Horspool search even with multibyte encodings. 7 years ago
Heikki Linnakangas a5be6e9a1d Fix comments that claimed that mblen() only looks at first byte. 7 years ago
Peter Eisentraut 7c079d7417 Allow generalized expression syntax for partition bounds 7 years ago
Tom Lane e3565fd61c Remove _configthreadlocale() calls in ecpg test suite. 7 years ago
Tom Lane d5a1fde397 Remove infinite-loop hazards in ecpg test suite. 7 years ago
Peter Eisentraut bbd5c207b9 PL/pgSQL: Add statement ID to statement structures 7 years ago
Peter Eisentraut bf2fb2e03e Fix whitespace 7 years ago
Alvaro Herrera efd9366dce Fix droppability of constraints upon partition detach 7 years ago