Commit Graph

56943 Commits (cc1eb6a3cccdf656df29bf5dd585a4a7068fb814)
 

Author SHA1 Message Date
Tom Lane cc1eb6a3cc Fix type-checking of RECORD-returning functions in FROM, redux. 2 years ago
Tomas Vondra 8cea358b12 Use the correct PG_DETOAST_DATUM macro in BRIN 2 years ago
Tomas Vondra ccd8f0fa1e Update nbits_set in brin_bloom_union 2 years ago
Noah Misch 4e62ba21a9 freespace: Don't return blocks past the end of the main fork. 2 years ago
Noah Misch e9b905325c Correct "improve role option documentation". 2 years ago
Tom Lane e177da5c87 Doc: fix bogus to_date() examples. 2 years ago
Peter Eisentraut 3ceb2f96d2 meson: Remove obsolete function test 2 years ago
Etsuro Fujita e79ceafe93 Fix WaitEventSet resource leak in WaitLatchOrSocket(). 2 years ago
Michael Paquier 574c7c7546 Use correct datatype for xmin variables in slot.c 2 years ago
Tom Lane 48f216dc63 Fix plpgsql's handling of -- comments following expressions. 2 years ago
Daniel Gustafsson f6dcddf3e8 Doc: Update ulinks to RFC documents to avoid redirect 2 years ago
Thomas Munro bf1cfe77ed Fix illegal attribute propagation in LLVM JIT. 2 years ago
Daniel Gustafsson db4a0280d3 doc: Remove stray comma from list of psql options 2 years ago
Tom Lane a85e3ba1c9 In psql, avoid leaking a PGresult after a query is cancelled. 2 years ago
Andres Freund 974374dcd3 simplehash: Free collisions array in SH_STAT 2 years ago
Tom Lane a690920015 Doc: update documentation about EXCLUDE constraint elements. 2 years ago
Heikki Linnakangas dfe402f955 Don't clobber test exit code at cleanup in LDAP/Kerberors tests 2 years ago
Heikki Linnakangas 854dd250ee Improve check in LDAP test to find the OpenLDAP installation 2 years ago
Tom Lane 118558e6d4 Fix ecpg's mechanism for detecting unsupported cases in the grammar. 2 years ago
Etsuro Fujita f6f61a4bd9 Fix bogus coding in ExecAppendAsyncEventWait(). 2 years ago
Alexander Korotkov bafad43c37 Fix the parameters order for TableAmRoutine.relation_copy_for_cluster() 2 years ago
Tom Lane cbfbb14bd7 Avoid deadlock during orphan temp table removal. 2 years ago
Tom Lane 3235a11c12 Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. 2 years ago
Tom Lane 14e4e8f8c6 Avoid possible longjmp-induced logic error in PLy_trigger_build_args. 2 years ago
Bruce Momjian ca4c60e05f doc: fix CREATE ROLE typo 2 years ago
Tom Lane a94f51a7bf Fix unnecessary use of moving-aggregate mode with non-moving frame. 2 years ago
David Rowley f5d0e86640 Fix unstable aggregate regression test 2 years ago
Tom Lane 7445f09281 Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences. 2 years ago
Tom Lane 7651fd3876 Allow "make check"-style testing to work with musl C library. 2 years ago
Andres Freund 408209d6a9 Avoid edge case in pg_visibility test with small shared_buffers 2 years ago
Andres Freund 90677b5212 ci: macos: Choose python version 2 years ago
Jeff Davis 022068ea2c Clarify comment for LogicalTapeSetBlocks(). 2 years ago
Nathan Bossart d82dc79ba0 doc: Clarify requirements for SET ROLE. 2 years ago
Alexander Korotkov 3676b846b1 amcheck: Normalize index tuples containing uncompressed varlena 2 years ago
Alexander Korotkov a6ddb8ad0a amcheck: Support for different header sizes of short varlena datum 2 years ago
Tom Lane 14e991db89 Use a hash table for catcache.c's CatCList objects. 2 years ago
Daniel Gustafsson 5863bacb87 Fix dumping role comments when using --no-role-passwords 2 years ago
Alvaro Herrera e6c4e01bf4
Review wording on tablespaces w.r.t. partitioned tables 2 years ago
Heikki Linnakangas 1f4eb73420 Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples 2 years ago
Dean Rasheed 34c854b93f Fix EXPLAIN output for subplans in MERGE. 2 years ago
Daniel Gustafsson 5643262999 Fix handling of expecteddir in pg_regress 2 years ago
David Rowley 4e1ff2aade Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths 2 years ago
Tom Lane 52898c63e7 Make INSERT-from-multiple-VALUES-rows handle domain target columns. 2 years ago
Dean Rasheed d4c573d8e8 doc: Improve a couple of places in the MERGE docs. 2 years ago
Andres Freund 9158e4b9eb meson: macos: Avoid warnings on Sonoma 2 years ago
Tom Lane 40d1bdeb72 Fix confusion about the return rowtype of SQL-language procedures. 2 years ago
Heikki Linnakangas 539e328b1c Disconnect if socket cannot be put into non-blocking mode 2 years ago
Bruce Momjian 0d795a14df doc: add missing word "the" 2 years ago
Heikki Linnakangas 407cb6c658 Set all_visible_according_to_vm correctly with DISABLE_PAGE_SKIPPING 2 years ago
David Rowley 348233cb12 Fix incorrect accessing of pfree'd memory in Memoize 2 years ago