postgresql/src/backend
Peter Eisentraut e7a552f303 Fix _outConstraint() for "identity" constraints
The set of fields printed by _outConstraint() in the CONSTR_IDENTITY
case didn't match the set of fields actually used in that case.  (The
code was probably uncarefully copied from the CONSTR_DEFAULT case.)
Fix that by using the right set of fields.  Since there is no read
support for this node type, this is really just for debugging output
right now, so it doesn't affect anything important.
2022-08-12 08:17:30 +02:00
..
access Move basebackup code to new directory src/backend/backup 2022-08-10 14:03:23 -04:00
backup Move basebackup code to new directory src/backend/backup 2022-08-10 14:03:23 -04:00
bootstrap Process session_preload_libraries within InitPostgres's transaction. 2022-07-25 10:27:43 -04:00
catalog In extensions, don't replace objects not belonging to the extension. 2022-08-08 11:12:31 -04:00
commands In extensions, don't replace objects not belonging to the extension. 2022-08-08 11:12:31 -04:00
executor Fix handling of R/W expanded datums that are passed to SQL functions. 2022-08-10 13:37:25 -04:00
foreign Create routine able to set single-call SRFs for Materialize mode 2022-03-07 10:26:29 +09:00
jit Improve performance of ORDER BY / DISTINCT aggregates 2022-08-02 23:11:45 +12:00
lib Fix lock assertions in dshash.c. 2022-07-11 16:43:29 +12:00
libpq Make consistent a couple of log messages when parsing HBA files 2022-08-05 09:50:27 +09:00
main windows: Remove HAVE_MINIDUMP_TYPE test 2022-08-07 09:36:01 -07:00
nodes Fix _outConstraint() for "identity" constraints 2022-08-12 08:17:30 +02:00
optimizer Fix failure to set correct operator in window run condition 2022-08-05 10:14:00 +12:00
parser In extensions, don't replace objects not belonging to the extension. 2022-08-08 11:12:31 -04:00
partitioning Have ExecFindPartition cache the last found partition 2022-08-02 09:55:27 +12:00
po NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00
port windows: Remove HAVE_MINIDUMP_TYPE test 2022-08-07 09:36:01 -07:00
postmaster Fix non-specific error message. 2022-08-11 14:12:11 -04:00
regex Remove redundant null pointer checks before free() 2022-07-03 11:47:15 +02:00
replication struct PQWalReceiverFunctions: use designated initializers 2022-08-11 12:07:05 +02:00
rewrite Replace many MemSet calls with struct initialization 2022-07-16 08:50:49 +02:00
snowball Move snowball_create.sql creation into perl file 2022-07-18 12:24:27 -07:00
statistics Partially undo commit 94da73281. 2022-08-05 15:57:46 -04:00
storage Rely on __func__ being supported 2022-08-07 09:36:01 -07:00
tcop Remove configure probe and related tests for getrlimit. 2022-08-05 09:18:34 +12:00
tsearch Invent qsort_interruptible(). 2022-07-12 16:30:36 -04:00
utils Optimize xid/subxid searches in XidInMVCCSnapshot(). 2022-08-11 09:17:42 +07:00
.gitignore
Makefile Move basebackup code to new directory src/backend/backup 2022-08-10 14:03:23 -04:00
common.mk
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00