aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-19
* Consistently use named parameters in regex code consistently.Peter Geoghegan2022-09-19
* Consistently use named parameters in regex code.Peter Geoghegan2022-09-19
* Fix misleading comment for get_cheapest_group_keys_orderDavid Rowley2022-09-20
* Fix out-dated comment in preprocess_groupclause()David Rowley2022-09-20
* Remove various duplicated wordsDavid Rowley2022-09-20
* Make ALTER DEFAULT PRIVILEGES require privileges, not membership.Robert Haas2022-09-19
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-19
* Fix typos.Amit Kapila2022-09-19
* Fix typos referring to PGPROCJohn Naylor2022-09-19
* Remove unused argument "isSlice" from transformAssignmentSubscripts()Michael Paquier2022-09-18
* Harmonize reorderbuffer parameter names.Peter Geoghegan2022-09-17
* pgstat: Create memory contexts below TopMemoryContextAndres Freund2022-09-17
* Fix huge_pages on WindowsMichael Paquier2022-09-17
* Message style improvementsPeter Eisentraut2022-09-17
* Message wording improvementsPeter Eisentraut2022-09-16
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-16
* Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut2022-09-16
* Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch2022-09-15
* Fix grammar in error messageJohn Naylor2022-09-15
* Blind attempt to fix LLVM dependency in the backendJohn Naylor2022-09-15
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-14
* Fix outdated convert_saop_to_hashed_saop commentDavid Rowley2022-09-15
* Small wording improvementsPeter Eisentraut2022-09-14
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-14
* Remove duplicate initializationAlvaro Herrera2022-09-14
* Move gramparse.h to src/backend/parserJohn Naylor2022-09-14
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-14
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Don't reflect unescaped cert data to the logsPeter Eisentraut2022-09-13
* pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut2022-09-13
* Improve wal_decode_buffer_size description some moreAlvaro Herrera2022-09-13
* Remove useless pstrdups in untransformRelOptionsAlvaro Herrera2022-09-13
* Rename macro related to pg_backup_stop()Michael Paquier2022-09-13
* Don't reference out-of-bounds array elements in brin_minmax_multi.cDavid Rowley2022-09-13
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-12
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-12
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-12
* Make the tablesync worker's replication origin drop logic robust.Amit Kapila2022-09-12
* Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut2022-09-12
* Make eval statement naturally proof against perltidyJohn Naylor2022-09-12
* Replace loading of ldap_start_tls_sA() by direct function callMichael Paquier2022-09-12
* Free correctly LDAPMessage returned by ldap_search_s() in auth.cMichael Paquier2022-09-10
* Fix GetForeignKey*Triggers for self-referential FKsAlvaro Herrera2022-09-09
* Bump minimum version of Flex to 2.5.35John Naylor2022-09-09
* Bump minimum version of Bison to 2.3John Naylor2022-09-09
* Add jsonpath_gram.h to list of distprep targetsJohn Naylor2022-09-09
* Replace load of functions by direct calls for some WIN32Michael Paquier2022-09-09
* Add more error context to RestoreBlockImage() and consume itMichael Paquier2022-09-09