Commit Graph

53196 Commits (6fa5e67e832bbab80ea7b936701e2c03c22fe059)
 

Author SHA1 Message Date
Michael Paquier 6fa5e67e83 xml2: Replace deprecated routines with recommended ones 2 years ago
Tom Lane 78e81e14db Fix type-checking of RECORD-returning functions in FROM, redux. 2 years ago
Tomas Vondra ad23af83da Update nbits_set in brin_bloom_union 2 years ago
Noah Misch 08059fc049 freespace: Don't return blocks past the end of the main fork. 2 years ago
Tom Lane da11a14e0c Doc: fix bogus to_date() examples. 2 years ago
Etsuro Fujita b714bc40cf Fix WaitEventSet resource leak in WaitLatchOrSocket(). 2 years ago
Tom Lane dc5824a06e Fix plpgsql's handling of -- comments following expressions. 2 years ago
Daniel Gustafsson 2e56ad6a31 Doc: Update ulinks to RFC documents to avoid redirect 2 years ago
Thomas Munro 7fe32eaa4a Fix illegal attribute propagation in LLVM JIT. 2 years ago
Daniel Gustafsson 1435cc87d3 doc: Remove stray comma from list of psql options 2 years ago
Andres Freund 25ee58e8f2 simplehash: Free collisions array in SH_STAT 2 years ago
Tom Lane 7a05413010 Doc: update documentation about EXCLUDE constraint elements. 2 years ago
Heikki Linnakangas 3d5a9bb8df Don't clobber test exit code at cleanup in LDAP/Kerberors tests 2 years ago
Heikki Linnakangas 1843a27efb Improve check in LDAP test to find the OpenLDAP installation 2 years ago
Tom Lane d3167ed3f7 Fix ecpg's mechanism for detecting unsupported cases in the grammar. 2 years ago
Etsuro Fujita e10ca95ff7 Fix bogus coding in ExecAppendAsyncEventWait(). 2 years ago
Alexander Korotkov 19b8481b42 Fix the parameters order for TableAmRoutine.relation_copy_for_cluster() 2 years ago
Tom Lane ca392df8dd Avoid deadlock during orphan temp table removal. 2 years ago
Tom Lane 0de5274f59 Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. 2 years ago
Tom Lane d96f725697 Avoid possible longjmp-induced logic error in PLy_trigger_build_args. 2 years ago
Tom Lane 0d30e48c25 Fix unnecessary use of moving-aggregate mode with non-moving frame. 2 years ago
Tom Lane 66bbad581c Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences. 2 years ago
Tom Lane d82605bcd6 Allow "make check"-style testing to work with musl C library. 2 years ago
Jeff Davis 24d1b99891 Clarify comment for LogicalTapeSetBlocks(). 2 years ago
Alexander Korotkov 4e8529da48 amcheck: Normalize index tuples containing uncompressed varlena 2 years ago
Alexander Korotkov 5df5d9cd7e amcheck: Support for different header sizes of short varlena datum 2 years ago
Jeff Davis a1a51dc4fa Remove incorrect Assert introduced in c8aeaf3ab. 2 years ago
Daniel Gustafsson 6ebd437255 Fix typo in pg_dumpall role comments fix 2 years ago
Daniel Gustafsson be01c8c345 Fix dumping role comments when using --no-role-passwords 2 years ago
Alvaro Herrera 33bfbef1d6
Review wording on tablespaces w.r.t. partitioned tables 2 years ago
Heikki Linnakangas 262757b732 Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples 2 years ago
Tom Lane 3621ffd9f2 Make INSERT-from-multiple-VALUES-rows handle domain target columns. 2 years ago
Tom Lane 649bbba113 Fix confusion about the return rowtype of SQL-language procedures. 2 years ago
Heikki Linnakangas bf1f593e89 Disconnect if socket cannot be put into non-blocking mode 2 years ago
Bruce Momjian 5b97461fb0 doc: add missing word "the" 2 years ago
David Rowley 72b8507db2 Fix incorrect accessing of pfree'd memory in Memoize 2 years ago
Alexander Korotkov 84cc1a5527 Backpatch missing check_stack_depth() to some recursive functions 2 years ago
David Rowley 628c3f2e17 Fix deparsing of Consts in postgres_fdw ORDER BY 2 years ago
Tom Lane 473babd429 Cope with a deficiency in OpenSSL 3.x's error reporting. 2 years ago
Michael Paquier 49b971298a Revert "Fix parallel-safety check of expressions and predicate for index builds" 2 years ago
Tom Lane a595c3075f Fix type-checking of RECORD-returning functions in FROM. 2 years ago
Michael Paquier 56a8ab2fc6 Fix parallel-safety check of expressions and predicate for index builds 2 years ago
David Rowley 0c2dda109a Fix incorrectly reported stats kind in "can't happen" ERROR 2 years ago
Daniel Gustafsson 217928ddb4 Fix integer underflow in shared memory debugging 2 years ago
Tom Lane fe3b1b575e Fix mis-rounding and overflow hazards in date_bin(). 2 years ago
Tom Lane 09f09884c1 Promote assertion about !ReindexIsProcessingIndex to runtime error. 2 years ago
Tom Lane 2b997d7db2 Doc: fix minor typos in two ECPG function descriptions. 2 years ago
Tom Lane cbeb455275 Avoid dangling-pointer problem with partitionwise joins under GEQO. 2 years ago
Tom Lane ebf52e9b75 Doc: improve explanation of type interval, especially extract(). 2 years ago
Tom Lane b992a707f7 Doc: correct minor error in back-branch release notes. 2 years ago