Commit Graph

59783 Commits (d66a922f9247ceaa6caed9b51ce686f12e280091)
 

Author SHA1 Message Date
Noah Misch e119076828 Stop reading uninitialized memory in heap_inplace_lock(). 1 year ago
Daniel Gustafsson 0a059206fc doc: Fix INSERT statement syntax for identity columns 1 year ago
Amit Langote f92f6b3db4 Remove unnecessary word in a comment 1 year ago
Michael Paquier 2c37cb26f8 ecpg: Fix out-of-bound read in DecodeDateTime() 1 year ago
Álvaro Herrera 5914a22f6e
Restructure foreign key handling code for ATTACH/DETACH 1 year ago
Tom Lane 3685ad6188 Fix wrong assertion and poor error messages in "COPY (query) TO". 1 year ago
Heikki Linnakangas 234f6d09e5 Fix race condition in committing a serializable transaction 1 year ago
Álvaro Herrera e9959ff71c
Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualified 1 year ago
Amit Langote 7148cb3e30 SQL/JSON: Fix some oversights in commit b6e1157e7 1 year ago
Nathan Bossart 053b6daeb9 Adjust documentation for configuring Linux huge pages. 1 year ago
Michael Paquier b8d08aafc0 Fix description of PostgreSQL::Test::Cluster::wait_for_event() 1 year ago
Thomas Munro 4ac5d33a8b Fix extreme skew detection in Parallel Hash Join. 1 year ago
Peter Eisentraut e90d108823 Fix whitespace 1 year ago
Michael Paquier c06a4746b1 Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases 1 year ago
Michael Paquier a30c1ca21c Rewrite some regression queries for option checks with COPY 1 year ago
Tom Lane b5eef75391 Further refine _SPI_execute_plan's rule for atomic execution. 1 year ago
Masahiko Sawada eef9cc4dc2 Reduce memory block size for decoded tuple storage to 8kB. 1 year ago
Amit Langote 064e040085 Fix typo in comment of transformJsonAggConstructor() 1 year ago
Nathan Bossart 8aaca07851 Add type cast to foreach_internal's loop variable. 1 year ago
Michael Paquier 8a6170860c psql: Fix \watch when using interval values less than 1ms 1 year ago
Tom Lane 54889ea64b Correctly identify which EC members are computable at a plan node. 1 year ago
Jeff Davis ff33df26c2 Fix missed case for builtin collation provider. 1 year ago
Bruce Momjian 912d15cba5 doc PG 17 relnotes: clarify pg_upgrade and logical slot preserv. 1 year ago
Bruce Momjian 7e059fb6c0 doc PG 17 relnotes: add missing commands for safe search path 1 year ago
Tom Lane a3c4a91f1e Avoid crash in estimate_array_length with null root pointer. 1 year ago
Daniel Gustafsson 647e76c0ff doc: Fix mention of AT LOCAL in release notes 1 year ago
Daniel Gustafsson c5b9097255 Remove incorrect function import from pgindent 1 year ago
Amit Kapila c4b8a916f8 Stabilize the test added by commit 022564f60c. 1 year ago
Jeff Davis 2fe4167bc6 Fix search_path cache initialization. 1 year ago
Bruce Momjian a8b2402041 doc PG 17 relnotes: move adminpack item to incompatibilities 1 year ago
Nathan Bossart 5bd26e6527 vacuumdb: Schema-qualify operator in catalog query's WHERE clause. 1 year ago
Nathan Bossart a356d23fd3 Fix Y2038 issues with MyStartTime. 1 year ago
Amit Kapila 9181077590 Fix fetching default toast value during decoding of in-progress transactions. 1 year ago
Tom Lane 3daeb539a6 Ignore not-yet-defined Portals in pg_cursors view. 1 year ago
Tom Lane fee8cb9473 Use generateClonedIndexStmt to propagate CREATE INDEX to partitions. 1 year ago
Thomas Munro 9c7acc3330 Reject non-ASCII locale names. 1 year ago
Dean Rasheed 34ae54af92 Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE. 1 year ago
Dean Rasheed d7d297f844 Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE. 1 year ago
Tom Lane c7a201053e Parse libpq's "keepalives" option more like other integer options. 1 year ago
Michael Paquier 97dccefc36 doc: Clarify name of files generated by pg_waldump --save-fullpage 1 year ago
Tatsuo Ishii a94d5b3728 Doc: replace unnecessary non-breaking space with ordinal space. 1 year ago
Michael Paquier f250cb29d9 Fix race condition in COMMIT PREPARED causing orphaned 2PC files 1 year ago
Tom Lane 6596a8c860 Remove incorrect entries in pg_walsummary's getopt_long call. 1 year ago
Fujii Masao 77f1546819 reindexdb: Skip reindexing temporary tables and indexes. 1 year ago
Noah Misch da99df15c2 Remove NULL dereference from RenameRelationInternal(). 1 year ago
Noah Misch 4aad471688 Avoid 037_invalid_database.pl hang under debug_discard_caches. 1 year ago
Nathan Bossart 18cea252ac doc: Note that CREATE MATERIALIZED VIEW restricts search_path. 1 year ago
Michael Paquier 1532599a85 Fix incorrect memory access in VACUUM FULL with invalid toast indexes 1 year ago
Tom Lane 3e8c92c956 Doc: InitPlans aren't parallel-restricted any more. 1 year ago
Nathan Bossart 4e0864af16 Remove extra whitespace in pg_upgrade status message. 1 year ago