aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Avoid integer overflow hazard in interval_time().Dean Rasheed2023-11-09
* Fix AFTER ROW trigger execution in MERGE cross-partition update.Dean Rasheed2023-11-09
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed2023-11-09
* Fix uninitialized slot array access during the upgrade.Amit Kapila2023-11-09
* pg_stat_statements: Remove duplicated tests for SET statementsMichael Paquier2023-11-09
* Fix bug in the new ResourceOwner implementation.Heikki Linnakangas2023-11-09
* doc:: simplify introductory textBruce Momjian2023-11-08
* README: remove duplicate download link & mention related softw.Bruce Momjian2023-11-08
* doc: change "system" to "cluster" where appropriateBruce Momjian2023-11-08
* doc: mention that ANALYZE does block DDLBruce Momjian2023-11-08
* Check stack depth in new recursive functionsAlvaro Herrera2023-11-08
* Fix some issues with tracking nesting level in pg_stat_statements.Tom Lane2023-11-08
* Call pqPipelineFlush from PQsendFlushRequestAlvaro Herrera2023-11-08
* Change pgcrypto to use the new ResourceOwner mechanism.Heikki Linnakangas2023-11-08
* Use a faster hash function in resource owners.Heikki Linnakangas2023-11-08
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Move a few ResourceOwnerEnlarge() calls for safety and clarity.Heikki Linnakangas2023-11-08
* Don't install ldap_password_func in mesonPeter Eisentraut2023-11-08
* Fix use of OPENSSL in SSL tests if command is not foundMichael Paquier2023-11-08
* Enlarge assertion in bloom_init() for false_positive_rateMichael Paquier2023-11-08
* Stop including parsenodes.h in plannodes.hAlvaro Herrera2023-11-07
* citext: Allow tests to pass in OpenSSL FIPS modePeter Eisentraut2023-11-07
* Fix the test 003_logical_slots.Amit Kapila2023-11-07
* Reorder two functions in inval.cMichael Paquier2023-11-07
* Make use of initReadOnlyStringInfo() in more placesDavid Rowley2023-11-07
* Detect integer overflow while computing new array dimensions.Tom Lane2023-11-06
* Compute aggregate argument types correctly in transformAggregateCall().Tom Lane2023-11-06
* Remove distprepPeter Eisentraut2023-11-06
* Set GUC "is_superuser" in all processes that set AuthenticatedUserId.Noah Misch2023-11-06
* Ban role pg_signal_backend from more superuser backend types.Noah Misch2023-11-06
* Add XMLText function (SQL/XML X038)Daniel Gustafsson2023-11-06
* pg_resetwal: Add more tests and test coveragePeter Eisentraut2023-11-06
* doc: pg_resetwal: Add comments how the multipliers are derivedPeter Eisentraut2023-11-06
* Fix allocation of UniqueRelInfoAlexander Korotkov2023-11-06
* More consistent behavior of GetDataDirectoryCreatePerm on WindowsPeter Eisentraut2023-11-05
* Try again to fix the MSVC buildDavid Rowley2023-11-04
* Fix usage of the parse tree for estimate_num_groups() in set operationsAlexander Korotkov2023-11-04
* meson: docs: Install all manpages, not just ones in man1Andres Freund2023-11-03
* doc: move HBA reload instructions above the syntax detailsBruce Momjian2023-11-03
* doc: \copy can get data values \. and end-of-input confusedBruce Momjian2023-11-03
* doc: CREATE DATABASE doesn't copy db-level perms. from templateBruce Momjian2023-11-03
* doc: mention ORDER BY for some aggregates, add ORDER BY examplesBruce Momjian2023-11-03
* Doc: update CREATE RULE ref page's hoary discussion of views.Tom Lane2023-11-03
* doc: ALTER DEFAULT PRIVILEGES does not affect inherited rolesBruce Momjian2023-11-03
* Add missing unicode_category.c to MSVC build scriptsDavid Rowley2023-11-03
* Stabilize postgres_fdw tests on 32-bit machinesDavid Rowley2023-11-03
* Make GetConfigOption/GetConfigOptionResetString return "" for NULL.Tom Lane2023-11-02
* Be more wary about NULL values for GUC string variables.Tom Lane2023-11-02
* Attempt to stabilize postgres_fdw testsDavid Rowley2023-11-02