Commit Graph

53668 Commits (9d89bb8a025d0374f7705cea9fead4eae9ae80ed)
 

Author SHA1 Message Date
Bruce Momjian 9d89bb8a02 relnote: extensive updates 4 years ago
Peter Eisentraut 9700b250c5 Formatting and punctuation improvements in sample configuration files 4 years ago
Peter Eisentraut 93e6892f67 Remove some tabs in SQL code in C string literals 4 years ago
Peter Eisentraut a9c018565e doc: Update SQL keywords for SQL:2016 technical corrigenda 4 years ago
Bruce Momjian 3c534949bb relnotes: "training" -> "trailing" 4 years ago
Bruce Momjian 9499606db0 doc: first draft of PG 15 release notes 4 years ago
Michael Paquier 7dd3ee5084 Fix several issues with the TAP tests of pg_upgrade 4 years ago
Tom Lane fe20afaee8 Fix core dump in transformValuesClause when there are no columns. 4 years ago
Tom Lane 29904f5f2f Revert "Disallow infinite endpoints in generate_series() for timestamps." 4 years ago
Noah Misch 0abc1a059e In REFRESH MATERIALIZED VIEW, set user ID before running user code. 4 years ago
Noah Misch a117cebd63 Make relation-enumerating operations be security-restricted operations. 4 years ago
Peter Eisentraut f45f8b7ff3 Add missing source files to nls.mk 4 years ago
Michael Paquier 7863ee4def Fix control file update done in restartpoints still running after promotion 4 years ago
Thomas Munro a22652ebbc Fix race in 032_relfilenode_reuse.pl. 4 years ago
Noah Misch ad76c9708b Under has_wal_read_bug, skip contrib/bloom/t/001_wal.pl. 4 years ago
Thomas Munro e2f65f4255 Fix old-fd issues using global barriers everywhere. 4 years ago
Thomas Munro b74e94dc27 Rethink PROCSIGNAL_BARRIER_SMGRRELEASE. 4 years ago
Robert Haas 701d918a42 Fix misleading comments about background worker registration. 4 years ago
Daniel Gustafsson ee97d46cdb pgcrypto: remove questionmark from error message 4 years ago
Daniel Gustafsson 0250a167a0 pgcrypto: report init errors as PXE_CIPHER_INIT 4 years ago
Daniel Gustafsson 17ec5fa502 Clear the OpenSSL error queue before cryptohash operations 4 years ago
Michael Paquier 59a32f0093 Fix typo in origin.c 4 years ago
Peter Eisentraut 7e367924e3 Update SQL features 4 years ago
Peter Eisentraut 7d6a4fdf32 Fix some whitespace in documentation markup 4 years ago
Peter Eisentraut a6f12520be doc: Fix typos 4 years ago
Tom Lane ab3479bf55 Update time zone data files to tzdata release 2022a. 4 years ago
Andres Freund 9e6b7b45ca Fix timing issue in deadlock recovery conflict test. 4 years ago
Tom Lane c40ba5f318 Fix rowcount estimate for SubqueryScan that's under a Gather. 4 years ago
Peter Eisentraut dc2be6ed47 Remove JsonPathSpec typedef 4 years ago
Peter Eisentraut d47a11da9e Add missing enum tag in enum used in nodes 4 years ago
Peter Eisentraut cfb63b994e Simplify configure test 4 years ago
Daniel Gustafsson 0432490d29 Rename libpq test programs with libpq_ prefix 4 years ago
Peter Eisentraut 2e77180d45 Fix incorrect format placeholders 4 years ago
Andres Freund 8f1537d10e Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin(). 4 years ago
Andres Freund 21e184403b Add tests for recovery deadlock conflicts. 4 years ago
Michael Paquier 7307988abd basebackup_to_shell: Add missing MarkGUCPrefixReserved() 4 years ago
Etsuro Fujita d89f97e83e Fix typo in comment. 4 years ago
Jeff Davis ed57cac84d pg_walinspect: fix case where flush LSN is in the middle of a record. 4 years ago
Tom Lane ccd10a9bfa Tighten enforcement of variable CONSTANT markings in plpgsql. 4 years ago
Andrew Dunstan a79153b7a2 Claim SQL standard compliance for SQL/JSON features 4 years ago
Andrew Dunstan 9c3d25e178 Fix JSON_OBJECTAGG uniquefying bug 4 years ago
Etsuro Fujita 5c854e7a2c Disable asynchronous execution if using gating Result nodes. 4 years ago
Michael Paquier 55b5686511 Revert recent changes with durable_rename_excl() 4 years ago
John Naylor e84f82ab5c Fix SQL syntax in comment in logical/worker.c 4 years ago
Michael Paquier 2c902bbf19 Remove durable_rename_excl() 4 years ago
Michael Paquier ccfbd9287d Replace existing durable_rename_excl() calls with durable_rename() 4 years ago
Peter Eisentraut 755df30e48 Fix incorrect format placeholders 4 years ago
Peter Eisentraut 9ddf251f94 Handle NULL fields in WRITE_INDEX_ARRAY 4 years ago
Michael Paquier 06cafd6f57 Fix typo in pg_walinspect.c 4 years ago
Michael Paquier 21a10368eb Add some isolation tests for CLUSTER 4 years ago