index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-09-15
Add Cardinality typedef
Peter Eisentraut
2021-09-15
Disallow LISTEN in background workers.
Tom Lane
2021-09-15
Make node output prefix match node structure name
Peter Eisentraut
2021-09-15
Fix hash_array
Peter Eisentraut
2021-09-15
Fix incorrect format placeholders
Peter Eisentraut
2021-09-15
Update Unicode data to Unicode 14.0.0
Peter Eisentraut
2021-09-15
Update README for resource owners about the resource types supported
Michael Paquier
2021-09-14
Improve log messages from pg_import_system_collations().
Tom Lane
2021-09-14
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-14
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
2021-09-14
Add WRITE_INDEX_ARRAY
Peter Eisentraut
2021-09-14
Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD
Peter Eisentraut
2021-09-14
Remove T_Expr
Peter Eisentraut
2021-09-14
jit: Do not try to shut down LLVM state in case of LLVM triggered errors.
Andres Freund
2021-09-14
Remove code duplication for permission checks with replication slots
Michael Paquier
2021-09-13
Clear conn->errorMessage at successful completion of PQconnectdb().
Tom Lane
2021-09-13
Fix EXIT out of outermost block in plpgsql.
Tom Lane
2021-09-13
Fix reorder buffer memory accounting for toast changes.
Amit Kapila
2021-09-13
Fix error handling with threads on OOM in ECPG connection logic
Michael Paquier
2021-09-13
Add regression tests for csvlog with the logging collector
Michael Paquier
2021-09-13
Refactor the syslogger pipe protocol to use a bitmask for its options
Michael Paquier
2021-09-11
Make pg_regexec() robust against out-of-range search_start.
Tom Lane
2021-09-10
Fix some anomalies with NO SCROLL cursors.
Tom Lane
2021-09-10
Update src/test/kerberos to account for previous commit.
Noah Misch
2021-09-10
Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.
Noah Misch
2021-09-09
Avoid fetching from an already-terminated plan.
Tom Lane
2021-09-09
pgbench: Stop counting skipped transactions as soon as timer is exceeded.
Fujii Masao
2021-09-09
Check for relation length overrun soon enough.
Tom Lane
2021-09-09
Fix issue with WAL archiving in standby.
Fujii Masao
2021-09-09
Fix _equalA_Const
Peter Eisentraut
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-09
Remove useless casts
Peter Eisentraut
2021-09-09
Make shared_memory_size a preset option
Michael Paquier
2021-09-08
Avoid useless malloc/free traffic around getFormattedTypeName().
Tom Lane
2021-09-08
Fix misleading comments about TOAST access macros.
Tom Lane
2021-09-08
In psql tab completion, offer spelled-out commands not abbreviations.
Tom Lane
2021-09-08
Fix rewriter to set hasModifyingCTE correctly on rewritten queries.
Tom Lane
2021-09-08
Consistently use "superuser" instead of "super user"
Daniel Gustafsson
2021-09-08
Fix typo
Peter Eisentraut
2021-09-08
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-08
Fix incorrect format placeholders
Peter Eisentraut
2021-09-08
Invalidate relcache for publications defined for all tables.
Amit Kapila
2021-09-08
Fix compilation warning in ipci.c
Michael Paquier
2021-09-08
Introduce GUC shared_memory_size
Michael Paquier
2021-09-08
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-07
Consistently use read-only instead of "read only"
Magnus Hagander
2021-09-07
windows: Only consider us to be running as service if stderr is invalid.
Andres Freund
2021-09-07
Fix missing words in comment.
Heikki Linnakangas
2021-09-07
Log new catalog xmin candidate in LogicalIncreaseXminForSlot().
Amit Kapila
2021-09-06
Further fix psql query-cancel test.
Tom Lane
[next]