summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autoconf: Don't AC_SUBST() LD in configureAndres Freund2022-12-014-7/+7
* autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund2022-12-015-30/+28
* Switch pg_dump to use compression specificationsMichael Paquier2022-12-0214-160/+260
* Fix memory leak for hashing with nondeterministic collations.Jeff Davis2022-12-012-0/+4
* Doc: add example of round(v, s) with negative s.Tom Lane2022-12-011-0/+4
* Doc: word-smith the discussion of secure schema usage patterns.Tom Lane2022-12-011-25/+28
* Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane2022-12-013-17/+20
* revert: add transaction processing chapter with internals infoBruce Momjian2022-12-011-1/+1
* doc: Add installation instructions for building with mesonPeter Eisentraut2022-12-015-30/+1178
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-0116-63/+114
* doc: Remove note about disk space from installation instructionsPeter Eisentraut2022-12-011-11/+0
* doc: Add missing commaPeter Eisentraut2022-12-011-1/+1
* Make materialized views participate in predicate lockingMichael Paquier2022-12-014-3/+175
* Reject missing database name in pg_regress and cohorts.Tom Lane2022-11-301-0/+11
* Bump catalog version for previous commitAlvaro Herrera2022-11-301-1/+1
* Stop accessing checkAsUser via RTE in some casesAlvaro Herrera2022-11-309-30/+39
* Add regression tests for psql's \o and \g on filesMichael Paquier2022-11-302-0/+195
* doc: add transaction processing chapter with internals infoBruce Momjian2022-11-2914-44/+292
* Refactor code parsing compression option values (-Z/--compress)Michael Paquier2022-11-305-108/+82
* Fix comment in fe-auth-scram.cMichael Paquier2022-11-301-1/+2
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-293-30/+110
* Prevent clobbering of utility statements in SQL function caches.Tom Lane2022-11-291-1/+1
* Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane2022-11-293-15/+39
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-2910-28/+55
* meson: Add some missing env settings for tests of pg_dump and pg_verifybackupMichael Paquier2022-11-292-0/+5
* Fix comment in snapbuild.cMichael Paquier2022-11-291-5/+4
* Remove promote_trigger_file.Thomas Munro2022-11-297-93/+29
* meson: Fix binary mismatch for MSVC plperl vs gcc built perl libsAndres Freund2022-11-281-0/+6
* Provide non-superuser predefined roles for vacuum and analyzeAndrew Dunstan2022-11-288-7/+106
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-2824-113/+274
* doc: Clarify unit of logging for log_temp_filesDaniel Gustafsson2022-11-281-1/+1
* Add TAP tests for include directives in HBA end ident filesMichael Paquier2022-11-282-0/+299
* Doc: update queries.sgml for optional subquery aliases.Tom Lane2022-11-271-6/+12
* Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan2022-11-271-0/+3
* Remove temporary portlock directory during make [dist]clean.Tom Lane2022-11-261-2/+2
* Add portlock directory to .gitignoreAndrew Dunstan2022-11-261-0/+1
* Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsyncMichael Paquier2022-11-262-2/+2
* Fix typo in hba.cMichael Paquier2022-11-261-1/+1
* Allow building with MSVC and Strawberry perlAndrew Dunstan2022-11-251-0/+2
* Correct some SQL feature namesPeter Eisentraut2022-11-251-25/+25
* Fix gen_node_support.pl for changed AclMode sizeAndrew Dunstan2022-11-251-2/+2
* Fix rule-detection code for MERGE.Dean Rasheed2022-11-251-1/+2
* doc: Re-order Table 28.35 "Per-Backend Statistics Functions"Peter Eisentraut2022-11-251-22/+22
* doc: Re-order Table 28.12 "Wait Events of type LWLock"Peter Eisentraut2022-11-251-12/+12
* doc: Re-order sections of "28.4. Progress Reporting"Peter Eisentraut2022-11-251-357/+356
* Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita2022-11-257-21/+302
* Skip TAP test for peer authentication if there are no unix-domain socketsMichael Paquier2022-11-251-1/+7
* Introduce variables for initial and max nesting depth on configuration filesMichael Paquier2022-11-255-11/+20
* Fix some 32-bit shift warnings in MSVCDavid Rowley2022-11-251-3/+3
* Improve indenting in _hash_pgaddtupDavid Rowley2022-11-251-5/+13