Commit Graph

57159 Commits (e61a82c949353d9684d037a9a404fbb26b651535)
 

Author SHA1 Message Date
Bruce Momjian e61a82c949 Adjust file_fdw regression tests for acc95f29ef FREEZE commit 2 years ago
Bruce Momjian 151a0ee76d doc: restructure ALTER DEFAULT PRIVILEGES 2 years ago
Tom Lane 83472de606 Improve readability and error detection of array_in(). 2 years ago
Bruce Momjian 57d6a198c9 doc: correct description of libpq's PQsetnonblocking() mode 2 years ago
Bruce Momjian acc95f29ef Add error about the use of FREEZE in COPY TO 2 years ago
Bruce Momjian 103ed24e31 doc: remove RUNAS instructions for pg_upgrade on Windows 2 years ago
Tom Lane 5c62ecf6ec Don't release index root page pin in ginFindParents(). 2 years ago
Daniel Gustafsson c3fd6a10fc doc: Add missing semicolon in example 2 years ago
Etsuro Fujita 06e8e71e7f Remove incorrect file reference in comment. 2 years ago
Amit Kapila 861f86beea Use REGBUF_NO_CHANGE at one more place in the hash index. 2 years ago
Michael Paquier 7606175991 Extend sendFileWithContent() to handle custom content length in basebackup.c 2 years ago
Michael Paquier 23c8c0c8f4 Add ability to reset all shared stats types in pg_stat_reset_shared() 2 years ago
Michael Paquier a9f19c1349 Fix inconsistencies for queries on pg_class in type_sanity.sql 2 years ago
Alexander Korotkov b7f315c9d7 Fix how SJE checks against PHVs 2 years ago
Peter Eisentraut eb81e8e790 Fix whitespace 2 years ago
Amit Kapila 8bfb231b43 Prohibit max_slot_wal_keep_size to value other than -1 during upgrade. 2 years ago
Bruce Momjian 5ba1ac99a8 doc: fix wording describing the checkpoint_flush_after GUC 2 years ago
Bruce Momjian 80e278e436 doc: remove unnecessary comma in postgres-fdw 2 years ago
Tom Lane 36f5594c0f Fix computation of varnullingrels when const-folding field selection. 2 years ago
Peter Eisentraut b630d9d6c8 meson: Install missing example files 2 years ago
Peter Eisentraut 7b8399819b meson: Fix doc installation path computation 2 years ago
Alexander Korotkov b44a1708ab Fix the way SJE removes references from PHVs 2 years ago
Dean Rasheed 3850d4dec1 Avoid integer overflow hazard in interval_time(). 2 years ago
Dean Rasheed a4f7d33a90 Fix AFTER ROW trigger execution in MERGE cross-partition update. 2 years ago
David Rowley 10d34fefc2 Ensure we use the correct spelling of "ensure" 2 years ago
Dean Rasheed 0e3e8fbd3a Fix corner-case 64-bit integer subtraction bug on some platforms. 2 years ago
Amit Kapila a7db71ed27 Fix uninitialized slot array access during the upgrade. 2 years ago
Michael Paquier 108161bcb9 pg_stat_statements: Remove duplicated tests for SET statements 2 years ago
Heikki Linnakangas 8f4a1ab471 Fix bug in the new ResourceOwner implementation. 2 years ago
Bruce Momjian 322f55bdbd doc:: simplify introductory text 2 years ago
Bruce Momjian 0ccb657a33 README: remove duplicate download link & mention related softw. 2 years ago
Bruce Momjian 3a236fc9f3 doc: change "system" to "cluster" where appropriate 2 years ago
Bruce Momjian 53015c8afa doc: mention that ANALYZE does block DDL 2 years ago
Alvaro Herrera b0f7dd915b
Check stack depth in new recursive functions 2 years ago
Tom Lane 76db9cb636 Fix some issues with tracking nesting level in pg_stat_statements. 2 years ago
Alvaro Herrera 1a5594b957
Call pqPipelineFlush from PQsendFlushRequest 2 years ago
Heikki Linnakangas cd694f60dc Change pgcrypto to use the new ResourceOwner mechanism. 2 years ago
Heikki Linnakangas 954e43564d Use a faster hash function in resource owners. 2 years ago
Heikki Linnakangas b8bff07daa Make ResourceOwners more easily extensible. 2 years ago
Heikki Linnakangas b70c2143bb Move a few ResourceOwnerEnlarge() calls for safety and clarity. 2 years ago
Peter Eisentraut e9f075f9a1 Don't install ldap_password_func in meson 2 years ago
Michael Paquier b64c8b01c2 Fix use of OPENSSL in SSL tests if command is not found 2 years ago
Michael Paquier 1b2c6b756e Enlarge assertion in bloom_init() for false_positive_rate 2 years ago
Alvaro Herrera 615f5f6faa
Stop including parsenodes.h in plannodes.h 2 years ago
Peter Eisentraut 3c551ebede citext: Allow tests to pass in OpenSSL FIPS mode 2 years ago
Amit Kapila 8af917be6b Fix the test 003_logical_slots. 2 years ago
Michael Paquier c2bdd2c5b1 Reorder two functions in inval.c 2 years ago
David Rowley ac7d6f5f83 Make use of initReadOnlyStringInfo() in more places 2 years ago
Tom Lane 18b585155a Detect integer overflow while computing new array dimensions. 2 years ago
Tom Lane 3b0776fde5 Compute aggregate argument types correctly in transformAggregateCall(). 2 years ago