Commit Graph

57168 Commits (1e3f461e825fe61f741b291c91b30967739a90d0)
 

Author SHA1 Message Date
Tom Lane 1e3f461e82 Allow new role 'regress_dump_login_role' to log in under SSPI. 2 years ago
Michael Paquier e5cca6288a Add support for pg_stat_reset_slru without argument 2 years ago
Tom Lane a70f2a57f2 Don't try to dump RLS policies or security labels for extension objects. 2 years ago
Bruce Momjian 24943fba46 doc: clarify handling of ts_headline() operators & extra words 2 years ago
Bruce Momjian f279241b09 psql: improve description consistency of \dTS data types 2 years ago
Bruce Momjian 7539a1b2fc doc: clarify handling of range upper/lower/upper_inf/lower_inf() 2 years ago
Tom Lane d1379ebf4c Improve default and empty privilege outputs in psql. 2 years ago
Bruce Momjian bd86407892 doc: move ROW IS NULL examples to a different chapter 2 years ago
Bruce Momjian 8680bae846 doc: clarify that pg_global can _only_ be used for system tabs. 2 years ago
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