Commit Graph

48695 Commits (41b45576d532ab6ef4a968f78b5b06d700ebf61f)
 

Author SHA1 Message Date
Tom Lane 41b45576d5 Remove useless pfree()s at the ends of various ValuePerCall SRFs. 5 years ago
Tom Lane b4570d33aa Avoid holding a directory FD open across assorted SRF calls. 5 years ago
Peter Geoghegan 113758155c nbtree: Fix obsolete _bt_search() comment. 5 years ago
Alvaro Herrera 8b6d94cf6c
Document pg_ls_*dir hiding of directories and special files 5 years ago
Alvaro Herrera b234b567ed
Update comment 5 years ago
Alvaro Herrera 046001fe3c
Plug memory leak 5 years ago
Peter Geoghegan 013c1f6af6 nbtree: Pass down MAXALIGN()'d itemsz for new item. 5 years ago
Thomas Munro fc34b0d9de Introduce a maintenance_io_concurrency setting. 5 years ago
Thomas Munro b09ff53667 Simplify the effective_io_concurrency setting. 5 years ago
Peter Geoghegan f207bb0b8f nbtree: Reorder nbtinsert.c prototypes. 5 years ago
Peter Eisentraut 70a7b4776b Add backend type to csvlog and optionally log_line_prefix 5 years ago
Tomas Vondra d8cfa82d51 Improve test coverage for multi-column MCV lists 5 years ago
Tomas Vondra f9696782c7 Improve test coverage for functional dependencies 5 years ago
Tom Lane 87c9c2571c Rearrange pseudotypes.c to get rid of duplicative code. 5 years ago
Tom Lane 4dbcb3f844 Restructure polymorphic-type resolution in funcapi.c. 5 years ago
Tomas Vondra e83daa7e33 Use multi-variate MCV lists to estimate ScalarArrayOpExpr 5 years ago
Tomas Vondra 8f321bd16c Use functional dependencies to estimate ScalarArrayOpExpr 5 years ago
Tom Lane dbf95c843a Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro. 5 years ago
Peter Eisentraut 340de72780 doc: Remove unused title ids 5 years ago
Peter Eisentraut d90bd24391 Remove am_syslogger global variable 5 years ago
Peter Eisentraut 8e8a0becb3 Unify several ways to tracking backend type 5 years ago
Peter Eisentraut 1cc9c2412c Preserve replica identity index across ALTER TABLE rewrite 5 years ago
Michael Paquier b7f64c64d3 Refactor compile-time assertion checks in c.h 5 years ago
Tom Lane a029a0641c Fix test case instability introduced in 085b6b667. 5 years ago
Alvaro Herrera b08dee24a5
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION 5 years ago
Tom Lane 085b6b6679 Avoid holding a directory FD open across pg_ls_dir_files() calls. 5 years ago
Peter Eisentraut bf68b79e50 Refactor ps_status.c API 5 years ago
Alvaro Herrera 899a04f5ed
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION 5 years ago
Peter Eisentraut 1c91838181 Clean up order in miscinit.c a bit 5 years ago
Peter Eisentraut aaa3aeddee Remove HAVE_WORKING_LINK 5 years ago
Alexander Korotkov d114cc5387 Improve checking of child pages in contrib/amcheck. 5 years ago
Peter Geoghegan a88a285c7e Remove stray parenthesis in nbtree.h. 5 years ago
Peter Geoghegan 39eabec904 nbtree: Move fastpath NULL descent stack assertion. 5 years ago
Tom Lane c8e8b2f9df Marginal comments and docs cleanup. 5 years ago
Peter Geoghegan d1e241c226 nbtree: Demote minus infinity "can't happen" error. 5 years ago
Tom Lane cacef17223 Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint property. 5 years ago
Tom Lane dbf05a1439 Avoid portability problem introduced in 0a42a2e9c. 5 years ago
Tom Lane d01f03a495 Preserve integer and float values accurately in (de)serialize_deflist. 5 years ago
Alvaro Herrera 40b3e2c201
Split out CreateCast into src/backend/catalog/pg_cast.c 5 years ago
Peter Eisentraut 0a42a2e9ce Remove win32ver.rc from version_stamp.pl 5 years ago
Peter Eisentraut 3c173a53a8 Remove utils/acl.h from catalog/objectaddress.h 5 years ago
Peter Eisentraut 17b9e7f9fe Support adding partitioned tables to publication 5 years ago
Michael Paquier 61d7c7bce3 Prevent reindex of invalid indexes on TOAST tables 5 years ago
Fujii Masao 71e0d0a737 Tidy up XLogSource code in xlog.c. 5 years ago
Tom Lane 8728b2c703 Fix pg_dump/pg_restore to restore event triggers later. 5 years ago
Jeff Davis 24d85952a5 Introduce LogicalTapeSetExtend(). 5 years ago
Fujii Masao 17d3fcdc39 Fix bug that causes to report waiting in PS display twice, in hot standby. 5 years ago
Peter Eisentraut 71d60e2aa0 Add tg_updatedcols to TriggerData 5 years ago
Peter Eisentraut 8f152b6c50 Code simplification 5 years ago
Fujii Masao ef34ab42a8 Avoid assertion failure with targeted recovery in standby mode. 5 years ago