aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* pg_upgrade: Adjust quoting style in message to match guidelinesPeter Eisentraut2022-07-18
* Add another SQL/JSON error codePeter Eisentraut2022-07-18
* Convert macros to static inline functions (tupmacs.h)Peter Eisentraut2022-07-18
* Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund2022-07-17
* Default to hidden visibility for extension libraries where possibleAndres Freund2022-07-17
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* Add central declarations for dlsym()ed symbolsAndres Freund2022-07-17
* Fix omissions in support for the "regcollation" type.Tom Lane2022-07-17
* Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane2022-07-16
* Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane2022-07-16
* Remove postmaster.c's reset_shared() wrapper function.Tom Lane2022-07-16
* Attempt to fix compiler warning on old compilerPeter Eisentraut2022-07-16
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro2022-07-16
* Make dsm_impl_posix_resize more future-proof.Thomas Munro2022-07-16
* Log details for client certificate failuresPeter Eisentraut2022-07-15
* Convert macros to static inline functions (xlog_internal.h)Peter Eisentraut2022-07-15
* Support gcc -fkeep-inline-functionsPeter Eisentraut2022-07-15
* Fix inconsistent parameter names between prototype and declarationDavid Rowley2022-07-15
* Don't clobber postmaster sigmask in dsm_impl_resize.Thomas Munro2022-07-15
* Tighten up parsing logic in gen_node_support.pl.Tom Lane2022-07-14
* Avoid shadowing a variable in sync.c.Thomas Munro2022-07-15
* Create a distinct wait event for POSIX DSM allocation.Thomas Munro2022-07-14
* Remove redundant ftruncate() for POSIX DSM memory.Thomas Munro2022-07-14
* Block signals while allocating DSM memory.Thomas Munro2022-07-14
* Correct some uses of e.g. and i.e. in message strings and documentationJohn Naylor2022-07-14
* Remove support for Visual Studio 2013Michael Paquier2022-07-14
* Fix output of createuser --help with --valid-untilMichael Paquier2022-07-14
* Mop up pg_upgrade's nls.mk for commit b0a55e432.Tom Lane2022-07-13
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-13
* Avoid unsatisfied-external-reference errors in static inlines.Tom Lane2022-07-13
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-13
* Remove artificial restrictions on which node types have out/read funcs.Tom Lane2022-07-13
* Convert macros to static inline functions (bufmgr.h)Peter Eisentraut2022-07-13
* Convert macros to static inline functions (itemptr.h)Peter Eisentraut2022-07-13
* Plug memory leakAlvaro Herrera2022-07-13
* Fix flag tests in src/test/modules/test_oat_hooksAlvaro Herrera2022-07-13
* Allow specifying STORAGE attribute for a new tablePeter Eisentraut2022-07-13
* Remove useless assertionsPeter Eisentraut2022-07-13
* Fix XID list support some moreAlvaro Herrera2022-07-13
* Fix for make unportabilityPeter Eisentraut2022-07-13
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-13
* Small cleanup of create_list_bounds()David Rowley2022-07-13
* createuser: Add support for more clause types through new optionsMichael Paquier2022-07-13
* Use list_copy_head() instead of list_truncate(list_copy(...), ...)David Rowley2022-07-13
* createuser: Cleanup and fix internal option orderingMichael Paquier2022-07-13
* Tidy up code in get_cheapest_group_keys_order()David Rowley2022-07-13
* Fix ECPG's handling of type names that match SQL keywords.Tom Lane2022-07-12
* Invent qsort_interruptible().Tom Lane2022-07-12
* Improve error reporting from validate_exec().Tom Lane2022-07-12