Commit Graph

  • d94f32d49f Update top-level .gitignore. Tom Lane 2022-12-04 15:23:00 -05:00
  • 92c4dafe1e Re-pgindent a few files. Tom Lane 2022-12-04 14:25:53 -05:00
  • ce093aa180 Fix broken MemoizePath support in reparameterize_path(). Tom Lane 2022-12-04 13:48:12 -05:00
  • 834d97c32b Fix broken MemoizePath support in reparameterize_path(). Tom Lane 2022-12-04 13:48:12 -05:00
  • e76913802c Fix broken MemoizePath support in reparameterize_path(). Tom Lane 2022-12-04 13:48:12 -05:00
  • 6eb2f0ed4c Add missing MaterialPath support in reparameterize_path[_by_child]. Tom Lane 2022-12-04 13:35:42 -05:00
  • 2df0733139 Fix generate_partitionwise_join_paths() to tolerate failure. Tom Lane 2022-12-04 13:17:18 -05:00
  • 1ff549e844 Fix generate_partitionwise_join_paths() to tolerate failure. Tom Lane 2022-12-04 13:17:18 -05:00
  • 4ebca555cf Fix generate_partitionwise_join_paths() to tolerate failure. Tom Lane 2022-12-04 13:17:18 -05:00
  • ec3daeec31 Fix generate_partitionwise_join_paths() to tolerate failure. Tom Lane 2022-12-04 13:17:18 -05:00
  • bf8fd64ff5 Fix generate_partitionwise_join_paths() to tolerate failure. Tom Lane 2022-12-04 13:17:18 -05:00
  • fe12f2f8fa Fix generate_partitionwise_join_paths() to tolerate failure. Tom Lane 2022-12-04 13:17:18 -05:00
  • 6b423ec677 Improve performance of pg_strtointNN functions David Rowley 2022-12-04 16:18:18 +13:00
  • 29452de734 Doc: flesh out fmgr/README's description of context-node usage. Tom Lane 2022-12-03 10:50:39 -05:00
  • 30f9b03a08 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 2022-12-03 12:20:02 +00:00
  • 33f600f049 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 2022-12-03 12:18:58 +00:00
  • 3bed881237 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 2022-12-03 12:17:47 +00:00
  • 2c7ed9f752 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 2022-12-03 12:16:07 +00:00
  • c67204db61 Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 2022-12-03 12:14:36 +00:00
  • 2605643a3a Fix DEFAULT handling for multi-row INSERT rules. Dean Rasheed 2022-12-03 12:11:33 +00:00
  • f73bd5fd08 Add missing const qualifier David Rowley 2022-12-03 20:33:22 +13:00
  • af3517c15c Prevent pgstats from getting confused when relkind of a relation changes Andres Freund 2022-12-02 17:50:26 -08:00
  • 35b99a18f5 Prevent pgstats from getting confused when relkind of a relation changes Andres Freund 2022-12-02 17:50:26 -08:00
  • 7944d2d8c7 Prevent pgstats from getting confused when relkind of a relation changes Andres Freund 2022-12-02 17:50:26 -08:00
  • 6344bc0974 Prevent pgstats from getting confused when relkind of a relation changes Andres Freund 2022-12-02 17:50:26 -08:00
  • cb2e7ddfe5 Prevent pgstats from getting confused when relkind of a relation changes Andres Freund 2022-12-02 18:09:55 -08:00
  • c6a60471a1 Prevent pgstats from getting confused when relkind of a relation changes Andres Freund 2022-12-02 17:50:26 -08:00
  • 7ac0f8d384 Fix broken hash function hashbpcharextended(). Jeff Davis 2022-12-01 11:08:47 -08:00
  • 4c689a69ee Remove gen_node_support.pl's special treatment of EquivalenceClasses. Tom Lane 2022-12-02 15:20:30 -05:00
  • b6bd5def3a Add some error cross-checks to gen_node_support.pl. Tom Lane 2022-12-02 15:09:51 -05:00
  • 303b26c1bb Fix psql's \sf and \ef for new-style SQL functions. Tom Lane 2022-12-02 14:24:44 -05:00
  • 97299cf99d Fix psql's \sf and \ef for new-style SQL functions. Tom Lane 2022-12-02 14:24:44 -05:00
  • cabfb8241d Fix psql's \sf and \ef for new-style SQL functions. Tom Lane 2022-12-02 14:24:44 -05:00
  • b23cd185fd Remove logic for converting a table to a view. Tom Lane 2022-12-02 12:14:32 -05:00
  • 66456da150 doc: Avoid writing in first-person form Daniel Gustafsson 2022-12-02 13:49:54 +01:00
  • c76da690ba Report incompatible roles in pg_upgrade checking Daniel Gustafsson 2022-12-02 13:10:21 +01:00
  • ab81006299 doc: fix type alignment for CREATE TABLE in triggers Daniel Gustafsson 2022-12-02 11:31:54 +01:00
  • fb958b5da8
    Generalize ri_RootToPartitionMap to use for non-partition children Alvaro Herrera 2022-12-02 10:35:55 +01:00
  • 77db5ded19 Initial Japanese translation. #109 Tatsuo Ishii 2022-12-02 16:01:41 +09:00
  • ebf87c019c Fix incorrect output from pgoutput when using column lists. Amit Kapila 2022-12-02 10:34:16 +05:30
  • 40b1491357 Fix incorrect output from pgoutput when using column lists. Amit Kapila 2022-12-02 10:52:08 +05:30
  • 069de07eae autoconf: Don't AC_SUBST() LD in configure Andres Freund 2022-12-01 19:03:26 -08:00
  • e0f0e08e17 autoconf: Unify CFLAGS_SSE42 and CFLAGS_ARMV8_CRC32C Andres Freund 2022-12-01 18:46:55 -08:00
  • 5e73a60488 Switch pg_dump to use compression specifications Michael Paquier 2022-12-02 10:45:02 +09:00
  • 9377b4f30a Fix memory leak for hashing with nondeterministic collations. Jeff Davis 2022-12-01 11:26:32 -08:00
  • 47e1224d59 Fix memory leak for hashing with nondeterministic collations. Jeff Davis 2022-12-01 11:26:32 -08:00
  • a844052b5d Fix memory leak for hashing with nondeterministic collations. Jeff Davis 2022-12-01 11:26:32 -08:00
  • f98c4fb1dd Fix memory leak for hashing with nondeterministic collations. Jeff Davis 2022-12-01 11:26:32 -08:00
  • edf12e7bbd Fix memory leak for hashing with nondeterministic collations. Jeff Davis 2022-12-01 11:26:32 -08:00
  • e10799aa25 Doc: add example of round(v, s) with negative s. Tom Lane 2022-12-01 12:26:12 -05:00
  • 7ec2bfe9e0 Doc: add example of round(v, s) with negative s. Tom Lane 2022-12-01 12:26:12 -05:00
  • a475157e6b Doc: add example of round(v, s) with negative s. Tom Lane 2022-12-01 12:26:12 -05:00
  • a109a0bb50 Doc: add example of round(v, s) with negative s. Tom Lane 2022-12-01 12:26:12 -05:00
  • afa4a4f764 Doc: word-smith the discussion of secure schema usage patterns. Tom Lane 2022-12-01 12:10:25 -05:00
  • ef2d7c6f0b Doc: word-smith the discussion of secure schema usage patterns. Tom Lane 2022-12-01 12:10:25 -05:00
  • de0ff6088e Fix under-parenthesized display of AT TIME ZONE constructs. Tom Lane 2022-12-01 11:38:06 -05:00
  • a711b36e5b Fix under-parenthesized display of AT TIME ZONE constructs. Tom Lane 2022-12-01 11:38:06 -05:00
  • 1dd6700f44 Fix under-parenthesized display of AT TIME ZONE constructs. Tom Lane 2022-12-01 11:38:06 -05:00
  • af6a769316 revert: add transaction processing chapter with internals info Bruce Momjian 2022-12-01 10:45:08 -05:00
  • 312061cbc7 revert: add transaction processing chapter with internals info Bruce Momjian 2022-12-01 10:45:08 -05:00
  • cf9bcb0f04 revert: add transaction processing chapter with internals info Bruce Momjian 2022-12-01 10:45:08 -05:00
  • f79cca5bfd revert: add transaction processing chapter with internals info Bruce Momjian 2022-12-01 10:45:08 -05:00
  • 4dd00b042f revert: add transaction processing chapter with internals info Bruce Momjian 2022-12-01 10:45:08 -05:00
  • 01e248f796 revert: add transaction processing chapter with internals info Bruce Momjian 2022-12-01 10:45:07 -05:00
  • 4c72102e1d doc: Add installation instructions for building with meson Peter Eisentraut 2022-12-01 15:32:38 +01:00
  • ec38694894
    Move PartitioPruneInfo out of plan nodes into PlannedStmt Alvaro Herrera 2022-12-01 12:56:21 +01:00
  • de867c9c53 doc: Remove note about disk space from installation instructions Peter Eisentraut 2022-12-01 11:44:50 +01:00
  • 148e0bd4d6 doc: Add missing comma Peter Eisentraut 2022-12-01 11:42:19 +01:00
  • 43351557d0 Make materialized views participate in predicate locking Michael Paquier 2022-12-01 15:41:13 +09:00
  • a587901786 Reject missing database name in pg_regress and cohorts. Tom Lane 2022-11-30 13:01:41 -05:00
  • ae9939020d Reject missing database name in pg_regress and cohorts. Tom Lane 2022-11-30 13:01:41 -05:00
  • a949b7320f Reject missing database name in pg_regress and cohorts. Tom Lane 2022-11-30 13:01:41 -05:00
  • f2f9e11d35 Reject missing database name in pg_regress and cohorts. Tom Lane 2022-11-30 13:01:41 -05:00
  • 04f3acc97e Reject missing database name in pg_regress and cohorts. Tom Lane 2022-11-30 13:01:41 -05:00
  • d5515ca7cf Reject missing database name in pg_regress and cohorts. Tom Lane 2022-11-30 13:01:41 -05:00
  • 8f2e74bf87
    Bump catalog version for previous commit Alvaro Herrera 2022-11-30 12:09:13 +01:00
  • 599b33b949
    Stop accessing checkAsUser via RTE in some cases Alvaro Herrera 2022-11-30 12:07:03 +01:00
  • d2a4490401 Add regression tests for psql's \o and \g on files Michael Paquier 2022-11-30 14:46:43 +09:00
  • 7b96f525cd doc: add transaction processing chapter with internals info Bruce Momjian 2022-11-29 20:49:52 -05:00
  • 4df5462f34 doc: add transaction processing chapter with internals info Bruce Momjian 2022-11-29 20:49:52 -05:00
  • 5d208b90b7 doc: add transaction processing chapter with internals info Bruce Momjian 2022-11-29 20:49:52 -05:00
  • 8592b56faf doc: add transaction processing chapter with internals info Bruce Momjian 2022-11-29 20:49:52 -05:00
  • 66bc9d2d3e doc: add transaction processing chapter with internals info Bruce Momjian 2022-11-29 20:49:52 -05:00
  • 80e591676b doc: add transaction processing chapter with internals info Bruce Momjian 2022-11-29 20:49:51 -05:00
  • d18655cc03 Refactor code parsing compression option values (-Z/--compress) Michael Paquier 2022-11-30 09:34:32 +09:00
  • a282d5f034 Fix comment in fe-auth-scram.c Michael Paquier 2022-11-30 08:38:40 +09:00
  • 20b796ad4b Fix comment in fe-auth-scram.c Michael Paquier 2022-11-30 08:38:36 +09:00
  • 4c7bb4dccb Fix comment in fe-auth-scram.c Michael Paquier 2022-11-30 08:38:33 +09:00
  • cdea14a245 Fix comment in fe-auth-scram.c Michael Paquier 2022-11-30 08:38:30 +09:00
  • 15571ccd19 Fix comment in fe-auth-scram.c Michael Paquier 2022-11-30 08:38:27 +09:00
  • d74a366aa2 Fix comment in fe-auth-scram.c Michael Paquier 2022-11-30 08:37:59 +09:00
  • a6c9e1db2b Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 2022-11-29 15:43:17 -05:00
  • c4a153d778 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 2022-11-29 15:43:17 -05:00
  • 6e8ad11521 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 2022-11-29 15:43:17 -05:00
  • 06998eab16 Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 2022-11-29 15:43:17 -05:00
  • 55fa993d7e Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 2022-11-29 15:43:17 -05:00
  • 8242752f9c Improve heuristics for compressing the KnownAssignedXids array. Tom Lane 2022-11-29 15:43:17 -05:00
  • 7715a3c244 Prevent clobbering of utility statements in SQL function caches. Tom Lane 2022-11-29 11:46:33 -05:00
  • 5dfc2b753b Prevent clobbering of utility statements in SQL function caches. Tom Lane 2022-11-29 11:46:33 -05:00
  • 8b47ccb624 Prevent clobbering of utility statements in SQL function caches. Tom Lane 2022-11-29 11:46:33 -05:00