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
Age
Commit message (
Expand
)
Author
2024-07-06
Adjust tuplestore.c not to allocate BufFiles in generation context
David Rowley
2024-07-06
Fix incorrect sentinel byte logic in GenerationRealloc()
David Rowley
2024-07-05
Cope with <regex.h> name clashes.
Thomas Munro
2024-07-05
Fix placement of "static".
Tom Lane
2024-07-05
Remove check hooks for GUCs that contribute to MaxBackends.
Nathan Bossart
2024-07-05
Improve PL/Tcl's method for choosing Tcl names of procedures.
Tom Lane
2024-07-05
Doc: minor improvements for our "Brief History" chapter.
Tom Lane
2024-07-05
Support loading of injection points
Michael Paquier
2024-07-05
Lift limitation that PGPROC->links must be the first field
Heikki Linnakangas
2024-07-05
Improve memory management and performance of tuplestore.c
David Rowley
2024-07-05
Fix newly introduced issue in EXPLAIN for Materialize nodes
David Rowley
2024-07-05
Add simple codepoint redirections to unaccent.rules.
Thomas Munro
2024-07-05
Add memory/disk usage for Material nodes in EXPLAIN
David Rowley
2024-07-05
Support "Right Semi Join" plan shapes
Richard Guo
2024-07-04
Doc: small improvements in discussion of geometric data types.
Tom Lane
2024-07-04
Fix copy/paste mistake in comment
Alvaro Herrera
2024-07-04
Remove bogus assertion in pg_atomic_monotonic_advance_u64
Alvaro Herrera
2024-07-04
doc: Specify when ssl_prefer_server_ciphers was added
Daniel Gustafsson
2024-07-04
Add pg_get_acl() to get the ACL for a database object
Michael Paquier
2024-07-04
SQL/JSON: Fix some obsolete comments.
Amit Langote
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-03
Optimize memory access in GetRunningTransactionData()
Alexander Korotkov
2024-07-03
Fix typo in GetRunningTransactionData()
Alexander Korotkov
2024-07-03
Remove incorrect Asserts in buffile.c
David Rowley
2024-07-03
Improve performance of binary_upgrade_set_pg_class_oids().
Nathan Bossart
2024-07-03
Remove is_index parameter from binary_upgrade_set_pg_class_oids().
Nathan Bossart
2024-07-03
Avoid 0-length memcpy to NULL with EXEC_BACKEND
Heikki Linnakangas
2024-07-03
Tighten check for --forkchild argument when spawning child process
Heikki Linnakangas
2024-07-03
Fix the testcase introduced in commit 81d20fbf7a.
Amit Kapila
2024-07-03
Replace hardcoded identifiers of pgstats file by #defines
Michael Paquier
2024-07-03
Clean up more unused variables in perl code
Michael Paquier
2024-07-02
Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md.
Nathan Bossart
2024-07-02
Remove redundant SetProcessingMode(InitProcessing) calls
Heikki Linnakangas
2024-07-02
Move bgworker specific logic to bgworker.c
Heikki Linnakangas
2024-07-02
pg_dump: Remove some unused return values.
Nathan Bossart
2024-07-02
Use safe string copy routine
Daniel Gustafsson
2024-07-02
Remove too demanding test
Peter Eisentraut
2024-07-02
Limit max parameter number with MaxAllocSize
Peter Eisentraut
2024-07-02
Fix overflow in parsing of positional parameter
Peter Eisentraut
2024-07-02
Drop pre-existing subscriptions from the converted subscriber.
Amit Kapila
2024-07-02
Improve some global variable declarations
Peter Eisentraut
2024-07-02
Add missing includes for some global variables
Peter Eisentraut
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-07-02
Remove unused structure member in pg_createsubscriber.c.
Amit Kapila
2024-07-02
Use TupleDescAttr macro consistently
David Rowley
2024-07-02
Cleanup perl code from unused variables and routines
Michael Paquier
2024-07-02
Add information about access method for partitioned relations in \dP+
Michael Paquier
2024-07-01
Remove support for HPPA (a/k/a PA-RISC) architecture.
Tom Lane
2024-07-01
Remove redundant privilege check from pg_sequences system view.
Nathan Bossart
2024-07-01
Preserve CurrentMemoryContext across Start/CommitTransactionCommand.
Tom Lane
[next]