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
2023-07-27
Eliminate fixed token-length limit in hba.c.
Tom Lane
2023-07-27
worker_spi: Switch to TAP tests
Michael Paquier
2023-07-27
Fix performance problem with new COPY DEFAULT code
David Rowley
2023-07-27
Add sanity asserts for index OID and attnums during cache init
Michael Paquier
2023-07-27
Show savepoint names as constants in pg_stat_statements
Michael Paquier
2023-07-27
Adjust extra lines generated by psql to be valid SQL comments.
Nathan Bossart
2023-07-26
Add more SQL/JSON constructor functions
Amit Langote
2023-07-26
Rename a nonterminal used in SQL/JSON grammar
Amit Langote
2023-07-26
Some refactoring to export json(b) conversion functions
Amit Langote
2023-07-26
Fix crash with RemoveFromWaitQueue() when detecting a deadlock.
Masahiko Sawada
2023-07-26
worker_spi: Use term "dynamic" for bgworkers launched with worker_spi_launch()
Michael Paquier
2023-07-26
Document more assumptions of LWLock variable changes with WAL inserts
Michael Paquier
2023-07-25
Fix code indentation vioaltion introduced in commit d38ad8e31d.
Amit Kapila
2023-07-25
Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.
Masahiko Sawada
2023-07-25
Optimize WAL insertion lock acquisition and release with some atomics
Michael Paquier
2023-07-25
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
2023-07-25
Fix off-by-one in LimitAdditionalPins()
Andres Freund
2023-07-24
Compare only major versions in AdjustUpgrade.pm
Alvaro Herrera
2023-07-24
pgbench: Use COPY for client-side data generation
Michael Paquier
2023-07-23
pgbench: Add TAP tests to check consistency of data generated
Michael Paquier
2023-07-22
Avoid compiler warning in non-assert builds.
Tom Lane
2023-07-21
ICU: remove negative test that fails to fail.
Jeff Davis
2023-07-21
Fix calculation of relid sets for partitionwise child joins.
Tom Lane
2023-07-21
Code review for commit b6e1157e7d
Amit Langote
2023-07-21
Fix worker_spi when launching workers without shared_preload_libraries
Michael Paquier
2023-07-20
Guard against null plan pointer in CachedPlanIsSimplyValid().
Tom Lane
2023-07-20
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2023-07-20
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2023-07-20
Set fixed dates for test certificates validity
Daniel Gustafsson
2023-07-20
pg_upgrade: include additional detail in cluster check
Daniel Gustafsson
2023-07-20
Unify JSON categorize type API and export for external use
Amit Langote
2023-07-20
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-20
Fix pg_recvlogical upon signal termination
Michael Paquier
2023-07-19
Support parenthesized syntax for CLUSTER without a table name.
Nathan Bossart
2023-07-19
Rearrange CLUSTER rules in gram.y.
Nathan Bossart
2023-07-19
Add psql \drg command to display role grants.
Tom Lane
2023-07-19
pg_archivecleanup: Add --clean-backup-history
Michael Paquier
2023-07-19
pg_archivecleanup: Refactor loop doing old segment removals
Michael Paquier
2023-07-18
Fix indentation in twophase.c
Michael Paquier
2023-07-18
Fix recovery of 2PC transaction during crash recovery
Michael Paquier
2023-07-17
Include <limits.h> in fe-auth.c, to get CHAR_BIT reliably.
Tom Lane
2023-07-17
Remove db_user_namespace.
Nathan Bossart
2023-07-16
Shrink memory contexts struct sizes
David Rowley
2023-07-14
Simplify option handling in pg_ctl.
Nathan Bossart
2023-07-14
Allow plan nodes with initPlans to be considered parallel-safe.
Tom Lane
2023-07-14
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2023-07-14
Improve error message for MaxAllocSize overrun in accumArrayResult.
Tom Lane
2023-07-14
Add missing initializations of p_perminfo
Amit Langote
2023-07-14
Fix privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
2023-07-14
Move privilege check for SET SESSION AUTHORIZATION.
Nathan Bossart
[next]