aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix generate_partitionwise_join_paths() to tolerate failure.Tom Lane2022-12-04
* Improve performance of pg_strtointNN functionsDavid Rowley2022-12-04
* Doc: flesh out fmgr/README's description of context-node usage.Tom Lane2022-12-03
* Fix DEFAULT handling for multi-row INSERT rules.Dean Rasheed2022-12-03
* Add missing const qualifierDavid Rowley2022-12-03
* Prevent pgstats from getting confused when relkind of a relation changesAndres Freund2022-12-02
* Fix broken hash function hashbpcharextended().Jeff Davis2022-12-02
* Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane2022-12-02
* Add some error cross-checks to gen_node_support.pl.Tom Lane2022-12-02
* Fix psql's \sf and \ef for new-style SQL functions.Tom Lane2022-12-02
* Remove logic for converting a table to a view.Tom Lane2022-12-02
* doc: Avoid writing in first-person formDaniel Gustafsson2022-12-02
* Report incompatible roles in pg_upgrade checkingDaniel Gustafsson2022-12-02
* doc: fix type alignment for CREATE TABLE in triggersDaniel Gustafsson2022-12-02
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-02
* autoconf: Don't AC_SUBST() LD in configureAndres Freund2022-12-01
* autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32CAndres Freund2022-12-01
* Switch pg_dump to use compression specificationsMichael Paquier2022-12-02
* Fix memory leak for hashing with nondeterministic collations.Jeff Davis2022-12-01
* Doc: add example of round(v, s) with negative s.Tom Lane2022-12-01
* Doc: word-smith the discussion of secure schema usage patterns.Tom Lane2022-12-01
* Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane2022-12-01
* revert: add transaction processing chapter with internals infoBruce Momjian2022-12-01
* doc: Add installation instructions for building with mesonPeter Eisentraut2022-12-01
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-01
* doc: Remove note about disk space from installation instructionsPeter Eisentraut2022-12-01
* doc: Add missing commaPeter Eisentraut2022-12-01
* Make materialized views participate in predicate lockingMichael Paquier2022-12-01
* Reject missing database name in pg_regress and cohorts.Tom Lane2022-11-30
* Bump catalog version for previous commitAlvaro Herrera2022-11-30
* Stop accessing checkAsUser via RTE in some casesAlvaro Herrera2022-11-30
* Add regression tests for psql's \o and \g on filesMichael Paquier2022-11-30
* doc: add transaction processing chapter with internals infoBruce Momjian2022-11-29
* Refactor code parsing compression option values (-Z/--compress)Michael Paquier2022-11-30
* Fix comment in fe-auth-scram.cMichael Paquier2022-11-30
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Prevent clobbering of utility statements in SQL function caches.Tom Lane2022-11-29
* Remove bogus Assert and dead code in remove_useless_results_recurse().Tom Lane2022-11-29
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-29
* meson: Add some missing env settings for tests of pg_dump and pg_verifybackupMichael Paquier2022-11-29
* Fix comment in snapbuild.cMichael Paquier2022-11-29
* Remove promote_trigger_file.Thomas Munro2022-11-29
* meson: Fix binary mismatch for MSVC plperl vs gcc built perl libsAndres Freund2022-11-28
* Provide non-superuser predefined roles for vacuum and analyzeAndrew Dunstan2022-11-28
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-28
* doc: Clarify unit of logging for log_temp_filesDaniel Gustafsson2022-11-28
* Add TAP tests for include directives in HBA end ident filesMichael Paquier2022-11-28
* Doc: update queries.sgml for optional subquery aliases.Tom Lane2022-11-27
* Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan2022-11-27