Commit Graph

39899 Commits (570be1f73f385abb557bda15b718d7aac616cc15)
 

Author SHA1 Message Date
Tom Lane 570be1f73f Re-export a few of createplan.c's make_xxx() functions. 10 years ago
Robert Haas 7087166a88 pg_upgrade: Convert old visibility map format to new format. 10 years ago
Tom Lane 9118d03a8c When appropriate, postpone SELECT output expressions till after ORDER BY. 10 years ago
Teodor Sigaev b1fdc727c3 Fix Windows build broken in 6943a946c7 10 years ago
Teodor Sigaev 8829af47ef Fix merge affixes for numeric ones 10 years ago
Teodor Sigaev a9eb6c83ef Bump catalog version missed in 6943a946c7 10 years ago
Teodor Sigaev 6943a946c7 Tsvector editing functions 10 years ago
Tom Lane 49635d7b3e Minor additional refactoring of planner.c's PathTarget handling. 10 years ago
Magnus Hagander 92f03fe76f Allow setting sample ratio for auto_explain 10 years ago
Robert Haas 69ab7b9d6c psql: Don't automatically use expanded format when there's 1 column. 10 years ago
Robert Haas 481c76abf4 Fix a typo, and remove unnecessary pgstat_report_wait_end(). 10 years ago
Magnus Hagander 38c83c9b75 Refactor receivelog.c parameters 10 years ago
Simon Riggs 73e7e49da3 Allow emit_log_hook to see original message text 10 years ago
Robert Haas a414d96ad2 Simplify GetLockNameFromTagType. 10 years ago
Andres Freund c94f0c29ce Blindly try to fix dtrace enabled builds, broken in 9cd00c45. 10 years ago
Andres Freund 9cd00c457e Checkpoint sorting and balancing. 10 years ago
Andres Freund 428b1d6b29 Allow to trigger kernel writeback after a configurable number of writes. 10 years ago
Tom Lane c82c92b111 Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too. 10 years ago
Robert Haas fd31cd2651 Don't vacuum all-frozen pages. 10 years ago
Tom Lane 364a9f47ab Refactor pull_var_clause's API to make it less tedious to extend. 10 years ago
Simon Riggs 37c54863cf Rework wait for AccessExclusiveLocks on Hot Standby 10 years ago
Robert Haas 53be0b1add Provide much better wait information in pg_stat_activity. 10 years ago
Alvaro Herrera a3a8309d45 Document BRIN a bit more thoroughly 10 years ago
Magnus Hagander 9d90388247 Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 10 years ago
Simon Riggs e0694cf9c7 Reduce size of two phase file header 10 years ago
Simon Riggs fcb4bfddb6 Reduce lock level for altering fillfactor 10 years ago
Robert Haas 090b287fc5 Code review for b6fb6471f6. 10 years ago
Tom Lane cc402116ca Remove a couple of useless pstrdup() calls. 10 years ago
Andres Freund 1d4a0ab19a Avoid unlikely data-loss scenarios due to rename() without fsync. 10 years ago
Andres Freund 606e0f9841 Introduce durable_rename() and durable_link_or_rename(). 10 years ago
Peter Eisentraut e19e4cf0be doc: Reorganize pg_resetxlog reference page 10 years ago
Alvaro Herrera 28f6df3c36 PostgresNode: add backup_fs_hot and backup_fs_cold 10 years ago
Alvaro Herrera a31aaec406 Add filter capability to RecursiveCopy::copypath 10 years ago
Tom Lane a298a1e06f Fix incorrect handling of NULL index entries in indexed ROW() comparisons. 10 years ago
Robert Haas be060cbcd4 Re-pgindent vacuumlazy.c. 10 years ago
Robert Haas accf7616ff pgbench: When -T is used, don't wait for transactions beyond end of run. 10 years ago
Alvaro Herrera 188f359d39 pgcrypto: support changing S2K iteration count 10 years ago
Robert Haas b6fb6471f6 Add a generic command progress reporting facility. 10 years ago
Tom Lane 8776c15c85 Fix incorrect tlist generation in create_gather_plan(). 10 years ago
Robert Haas aa09cd242f postgres_fdw: Consider foreign joining and foreign sorting together. 10 years ago
Tom Lane d31f20e2b5 Fix copy-and-pasteo in comment. 10 years ago
Tom Lane 51c0f63e4d Improve handling of pathtargets in planner.c. 10 years ago
Andres Freund 2f1f443930 Add valgrind suppressions for python code. 10 years ago
Andres Freund 5e43bee830 Add valgrind suppressions for bootstrap related code. 10 years ago
Tom Lane 9e8b99420f Improve handling of group-column indexes in GroupingSetsPath. 10 years ago
Peter Eisentraut a40814d7aa Handle invalid libpq sockets in more places 10 years ago
Peter Eisentraut a2fd62dd53 Suppress GCC 6 warning about self-comparison 10 years ago
Peter Eisentraut 92d4294d4b psql: Fix some strange code in SQL help creation 10 years ago
Peter Eisentraut 0d0644dce8 ecpg: Fix typo 10 years ago
Andres Freund 7a1d4a2448 ltree: Zero padding bytes when allocating memory for externally visible data. 10 years ago