aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Fix invalid role names introduced in 096dd80f3cAlexander Korotkov2022-12-09
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-09
* Update MERGE docs to mention that ONLY is supported.Dean Rasheed2022-12-09
* Remove unnecessary castsPeter Eisentraut2022-12-08
* Update types in File APIPeter Eisentraut2022-12-08
* Remove new structure member from ResultRelInfo.Etsuro Fujita2022-12-08
* Avoid unnecessary streaming of transactions during logical replication.Amit Kapila2022-12-08
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-07
* Minor code refactoring in elog.c (no functional change).Tom Lane2022-12-07
* Fix FK comment think-oPeter Eisentraut2022-12-07
* Update outdated comment in ApplyRetrieveRuleAlvaro Herrera2022-12-07
* meson: Add basic PGXS compatibilityAndres Freund2022-12-06
* autoconf: Move export_dynamic determination to configureAndres Freund2022-12-06
* Generate pg_stat_get*() functions for databases using macrosMichael Paquier2022-12-07
* meson: Basic cygwin supportAndres Freund2022-12-06
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Fix 32-bit build dangling pointer issue in WindowAggDavid Rowley2022-12-07
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-06
* Check the snapshot argument of index_beginscan and familyAlexander Korotkov2022-12-06
* Provide test coverage in pg_dump for default behaviors with compressionMichael Paquier2022-12-06
* initdb: Refactor PG_CMD_PUTS loopsPeter Eisentraut2022-12-05
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-05
* pg_dump: Remove "blob" terminologyPeter Eisentraut2022-12-05
* Add LSN location in some error messages related to WAL pagesMichael Paquier2022-12-05
* Fix thinko introduced in 6b423ec67David Rowley2022-12-05
* Re-pgindent a few files.Tom Lane2022-12-04
* Fix broken MemoizePath support in reparameterize_path().Tom Lane2022-12-04
* Add missing MaterialPath support in reparameterize_path[_by_child].Tom Lane2022-12-04
* 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
* Report incompatible roles in pg_upgrade checkingDaniel 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
* Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane2022-12-01
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-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