aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix computation of varnullingrels when const-folding field selection.Tom Lane2023-11-09
* Fix the way SJE removes references from PHVsAlexander Korotkov2023-11-09
* 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
* Fix bug in the new ResourceOwner implementation.Heikki Linnakangas2023-11-09
* Check stack depth in new recursive functionsAlvaro Herrera2023-11-08
* Call pqPipelineFlush from PQsendFlushRequestAlvaro Herrera2023-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
* 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
* 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
* doc: \copy can get data values \. and end-of-input confusedBruce Momjian2023-11-03
* Add missing unicode_category.c to MSVC build scriptsDavid 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
* Additional unicode primitive functions.Jeff Davis2023-11-01
* Prevent startup of logical replication launcher during pg_upgradeMichael Paquier2023-11-02
* Fix 003_check_guc.pl when loading modules with custom GUCsMichael Paquier2023-11-02
* Fix function name in commentDaniel Gustafsson2023-11-01
* C comment: mention why no setting lasterrno in dir_existsfile()Bruce Momjian2023-10-31
* C comment: adjust statistics mentionBruce Momjian2023-10-31
* doc: 1-byte varlena headers can be used for user PLAIN storageBruce Momjian2023-10-31
* improve alignment of postgresql.conf commentsBruce Momjian2023-10-31
* Diagnose !indisvalid in more SQL functions.Noah Misch2023-10-30
* pgindent run to fix commits de64268561 and 5ae2087202aBruce Momjian2023-10-30
* Fill in more of ObjectPropertyPeter Eisentraut2023-10-30
* Expand regression tests for pg_stat_reset_shared()Michael Paquier2023-10-30
* Delay recovery mode LOG after reading backup_label and/or checkpoint recordMichael Paquier2023-10-30
* Mention standby.signal in FATALs for checkpoint record missing at recoveryMichael Paquier2023-10-30
* Introduce pg_stat_checkpointerMichael Paquier2023-10-30