summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add -Wshadow=compatible-local to the standard compilation flagsDavid Rowley2022-10-073-0/+94
* Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane2022-10-062-28/+124
* meson: Add support for building with precompiled headersAndres Freund2022-10-0632-1/+44
* Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund2022-10-063-2/+51
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-0710-43/+32
* windows: Adjust FD_SETSIZE via commandline defineAndres Freund2022-10-067-12/+31
* meson: Fix two commentsAndres Freund2022-10-061-4/+4
* Remove MemoryContextContains().Tom Lane2022-10-062-57/+2
* Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.Tom Lane2022-10-064-38/+45
* Take care to de-duplicate entries in standby.c's table of locks.Tom Lane2022-10-061-65/+106
* Remove useless character-length checks in contrib/ltree.Tom Lane2022-10-063-14/+13
* Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane2022-10-065-3/+20
* Fix comment in xlogprefetcher.cMichael Paquier2022-10-061-1/+1
* Refactor TAP test authentication/001_password.plMichael Paquier2022-10-061-29/+31
* Fix final compiler warning produced by -Wshadow=compatible-localDavid Rowley2022-10-061-4/+4
* Add optional parameter to PG_TRY() macrosDavid Rowley2022-10-062-21/+29
* doc: clarify description for log_startup_progress_intervalBruce Momjian2022-10-051-1/+1
* tests: Restrict pg_locks queries in advisory_locks.sql to current databaseAndres Freund2022-10-052-30/+33
* tests: Rename conflicting role namesAndres Freund2022-10-056-66/+66
* meson: Add windows resource filesAndres Freund2022-10-05118-131/+1292
* meson: ecpg: Split definition of static and shared librariesAndres Freund2022-10-054-25/+78
* meson: libpq: Revise static / shared library setupAndres Freund2022-10-052-15/+36
* meson: docs: Add xml{lint,proc} wrapper to collect dependenciesAndres Freund2022-10-052-11/+84
* Fix whitespacePeter Eisentraut2022-10-051-1/+0
* Rename shadowed local variablesDavid Rowley2022-10-0539-226/+220
* Remove definition of JUMBLE_SIZE from queryjumble.hMichael Paquier2022-10-051-2/+0
* Use macros from xlog_internal.h for WAL segment logic in pg_resetwalMichael Paquier2022-10-051-14/+7
* Add a few new patterns to the tab completion of psqlMichael Paquier2022-10-051-1/+8
* Fix comment in guc_tables.cMichael Paquier2022-10-041-1/+1
* Cleanup useless assignments and checksMichael Paquier2022-10-043-6/+2
* Add filtering capability for cross-version pg_upgrade testsMichael Paquier2022-10-041-33/+70
* meson: llvm: Use llvm-config's --cxxflags when building llvmjitAndres Freund2022-10-031-0/+1
* Fix psql's behavior with \g for a multiple-command string.Tom Lane2022-10-031-103/+135
* meson: respect -Dldap=disabledAndres Freund2022-10-031-1/+4
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-0324-1939/+455
* Add authentication TAP test for peer authenticationMichael Paquier2022-10-032-0/+103
* ci: enable various runtime checks on FreeBSD and macOSAndres Freund2022-10-011-0/+2
* ci: macos: Reduce test concurrencyAndres Freund2022-10-011-1/+4
* meson: Add prefix=/usr/local/pgsql to default_optionsAndres Freund2022-10-011-0/+4
* meson: windows: Determine path to tmp_install + prefix using mesonAndres Freund2022-10-011-24/+16
* Fix tiny memory leaksPeter Eisentraut2022-10-011-6/+16
* doc: Fix some grammar and typosMichael Paquier2022-10-014-8/+8
* meson: mingw: Add -Wl,--disable-auto-import, enable when linking with readlineAndres Freund2022-09-301-0/+9
* Avoid improbable PANIC during heap_update, redux.Tom Lane2022-09-301-18/+23
* mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvcAndres Freund2022-09-301-4/+6
* Adjust PQsslAttributeNames() to match PQsslAttribute().Tom Lane2022-09-302-3/+24
* Fix tab-completion after commit 790bf615ddbaAlvaro Herrera2022-09-303-10/+12
* doc: Fix PQsslAttribute docs for compressionDaniel Gustafsson2022-09-301-3/+1
* Remove useless argument from UnpinBuffer()Michael Paquier2022-09-301-18/+15
* ci: Add 32bit build and testAndres Freund2022-09-291-4/+37