aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* meson: Add windows resource filesAndres Freund2022-10-05
* Rename shadowed local variablesDavid Rowley2022-10-05
* Fix comment in guc_tables.cMichael Paquier2022-10-04
* Cleanup useless assignments and checksMichael Paquier2022-10-04
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-29
* Introduce SYSTEM_USERMichael Paquier2022-09-29
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Allow callback functions to deregister themselves during a call.Tom Lane2022-09-28
* Change some errdetail() to errdetail_internal()Alvaro Herrera2022-09-28
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7cRobert Haas2022-09-28
* Fix alignment problems with SharedInvalSmgrMsg.Robert Haas2022-09-28
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-27
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-27
* Fix pg_stat_statements for MERGEAlvaro Herrera2022-09-27
* Message style improvementsPeter Eisentraut2022-09-24
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Improve some GUC description stringsAlvaro Herrera2022-09-21
* Fix recent cpluspluscheck issue in selfuncs.h.Peter Geoghegan2022-09-20
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Consistently use named parameters in regex code.Peter Geoghegan2022-09-19
* Remove various duplicated wordsDavid Rowley2022-09-20
* pgstat: Create memory contexts below TopMemoryContextAndres Freund2022-09-17
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-16
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-14
* Small wording improvementsPeter Eisentraut2022-09-14
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-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
* 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
* Bump minimum version of Flex to 2.5.35John Naylor2022-09-09
* Bump minimum version of Bison to 2.3John Naylor2022-09-09
* Temporarily make MemoryContextContains return falseDavid Rowley2022-09-09
* Message style fixesAlvaro Herrera2022-09-07
* Make MemoryContextContains work correctly againDavid Rowley2022-09-08
* Make more effort to put a sentinel at the end of allocated memoryDavid Rowley2022-09-07
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-05
* Build all Flex files standaloneJohn Naylor2022-09-04
* Move private declarations shared between guc.c and guc-file.l to new headerJohn Naylor2022-09-04
* Preparatory refactoring for compiling guc-file.c standaloneJohn Naylor2022-09-04
* Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier2022-09-02
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01