Commit Graph

19043 Commits (be12aa47e60c45f331e91693efdbc94497d4e9b0)

Author SHA1 Message Date
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
Amit Kapila 0b8bdb3c3e Avoid possible deadlock while locking multiple heap pages. 7 years ago
Alvaro Herrera 558d77f20e Renaming for new subscripting mechanism 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
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
Peter Eisentraut dfa774ff9a Fix a crash in logical replication 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
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 e6799d5a53 Move page initialization from RelationAddExtraBlocks() to use. 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
Andres Freund a9c35cf85c Change function call information to be variable length. 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
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
Alvaro Herrera efd9366dce Fix droppability of constraints upon partition detach 7 years ago
Alvaro Herrera 19184fcc09 Simplify coding to detach constraints when detaching partition 7 years ago
Alvaro Herrera ae366aa577 Detach constraints when partitions are detached 7 years ago
Michael Paquier 289198c0d9 Remove argument isprimary from index_build() 7 years ago
Heikki Linnakangas 95931133a9 Fix misc typos in comments. 7 years ago
Tomas Vondra 4a8283d0ec Fix handling of volatile expressions in COPY FROM ... WHERE 7 years ago
Andres Freund 005881033d llvm: Fix file-ending in IDENTIFICATION comments. 7 years ago
Andres Freund 346ed70b0a Rename RelationData.rd_amroutine to rd_indam. 7 years ago
Andres Freund ebcc7bf949 Rephrase references to "time qualification". 7 years ago
Andres Freund c91560defc Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. 7 years ago
Andres Freund b7eda3e0e3 Move generic snapshot related code from tqual.h to snapmgr.h. 7 years ago
Andres Freund 63746189b2 Change snapshot type to be determined by enum rather than callback. 7 years ago
Tom Lane 8f9e934ab7 Remove useless bms_copy step in RelationGetIndexAttrBitmap. 7 years ago
Alvaro Herrera 0464fdf07f Create action triggers when partitions are detached 7 years ago
Alvaro Herrera 1755440935 Flush relcache entries when their FKs are meddled with 7 years ago
Andres Freund 527114e51e Fix "Remove superfluous tqual.h includes" by adding back one include. 7 years ago
Andres Freund e7cc78ad43 Remove superfluous tqual.h includes. 7 years ago