Commit Graph

54940 Commits (6c85e3359be03592c7bf4b66a348153cae4701a4)
 

Author SHA1 Message Date
Tom Lane 6c85e3359b Make postgres_fdw request remote time zone 'GMT' not 'UTC'. 1 year ago
Tomas Vondra 722f170497 createdb: Correct parameter name in SGML docs 1 year ago
David Rowley 38daca854a Doc: document cases where queryid is stable 1 year ago
Daniel Gustafsson af715a6f39 Doc: Remove mention of @ and ~ GiST operators 1 year ago
Tom Lane f7e8917481 Fix MSVC recipe for ecpg regression tests, redux. 1 year ago
Tom Lane 1e7b1b026d Fix MSVC recipe for ecpg regression tests. 1 year ago
Tom Lane 25f9372172 Fix assorted bugs in ecpg's macro mechanism. 1 year ago
Tom Lane 5aacfa64e5 Fix generation of EC join conditions at the wrong plan level. 1 year ago
Michael Paquier 689ba4f1c4 xml2: Replace deprecated routines with recommended ones 1 year ago
Tom Lane 09989ba847 Fix type-checking of RECORD-returning functions in FROM, redux. 1 year ago
Tomas Vondra 3cd4135119 Update nbits_set in brin_bloom_union 1 year ago
Noah Misch 7c490a18b7 freespace: Don't return blocks past the end of the main fork. 1 year ago
Tom Lane 268e723b12 Doc: fix bogus to_date() examples. 1 year ago
Etsuro Fujita b82dca2a5a Fix WaitEventSet resource leak in WaitLatchOrSocket(). 1 year ago
Tom Lane d85db0a8e9 Fix plpgsql's handling of -- comments following expressions. 1 year ago
Daniel Gustafsson ef124d0952 Doc: Update ulinks to RFC documents to avoid redirect 1 year ago
Thomas Munro 74992929a7 Fix illegal attribute propagation in LLVM JIT. 1 year ago
Daniel Gustafsson 6304ee6677 doc: Remove stray comma from list of psql options 1 year ago
Tom Lane 4f1d33d707 In psql, avoid leaking a PGresult after a query is cancelled. 1 year ago
Andres Freund dcb7cf945c simplehash: Free collisions array in SH_STAT 1 year ago
Tom Lane e2663a63c3 Doc: update documentation about EXCLUDE constraint elements. 1 year ago
Heikki Linnakangas a9c20c85c7 Don't clobber test exit code at cleanup in LDAP/Kerberors tests 1 year ago
Heikki Linnakangas c8df46b657 Improve check in LDAP test to find the OpenLDAP installation 1 year ago
Tom Lane f159f18141 Fix ecpg's mechanism for detecting unsupported cases in the grammar. 1 year ago
Etsuro Fujita 3f96d113ff Fix bogus coding in ExecAppendAsyncEventWait(). 1 year ago
Alexander Korotkov c2faf48fa3 Fix the parameters order for TableAmRoutine.relation_copy_for_cluster() 1 year ago
Tom Lane 4fb56a734d Avoid deadlock during orphan temp table removal. 1 year ago
Tom Lane 98e427af9f Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. 1 year ago
Tom Lane 08bdf0a479 Avoid possible longjmp-induced logic error in PLy_trigger_build_args. 1 year ago
Tom Lane 03561a6c7b Fix unnecessary use of moving-aggregate mode with non-moving frame. 1 year ago
Tom Lane b48eda4e54 Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences. 1 year ago
Tom Lane 3c3f4fd741 Allow "make check"-style testing to work with musl C library. 1 year ago
Andres Freund 897efe0f39 ci: macos: Choose python version 1 year ago
Jeff Davis b74e4a08b9 Clarify comment for LogicalTapeSetBlocks(). 1 year ago
Alexander Korotkov 0d466bce9e amcheck: Normalize index tuples containing uncompressed varlena 1 year ago
Alexander Korotkov 54e6184db3 amcheck: Support for different header sizes of short varlena datum 1 year ago
Daniel Gustafsson 12128be623 Fix dumping role comments when using --no-role-passwords 2 years ago
Alvaro Herrera ea299d7825
Review wording on tablespaces w.r.t. partitioned tables 2 years ago
Heikki Linnakangas d3d95f5839 Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples 2 years ago
Dean Rasheed 89ee14a2f2 Fix EXPLAIN output for subplans in MERGE. 2 years ago
Tom Lane 7c61d23422 Make INSERT-from-multiple-VALUES-rows handle domain target columns. 2 years ago
Dean Rasheed a875743ff4 doc: Improve a couple of places in the MERGE docs. 2 years ago
Tom Lane 6f66fadad9 Fix confusion about the return rowtype of SQL-language procedures. 2 years ago
Heikki Linnakangas 4fce5f970d Disconnect if socket cannot be put into non-blocking mode 2 years ago
Bruce Momjian 68ec19305e doc: add missing word "the" 2 years ago
David Rowley 74530804fc Fix incorrect accessing of pfree'd memory in Memoize 2 years ago
Alexander Korotkov 84788ee5b4 Backpatch missing check_stack_depth() to some recursive functions 2 years ago
David Rowley ab64b275ad Fix deparsing of Consts in postgres_fdw ORDER BY 2 years ago
Tom Lane 0fe82e45cb Cope with a deficiency in OpenSSL 3.x's error reporting. 2 years ago
Dean Rasheed b5c645d2a2 Fix handling of self-modified tuples in MERGE. 2 years ago