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
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
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-20
Add enable_presorted_aggregate GUC
David Rowley
2022-12-20
Improve the performance of the slab memory allocator
David Rowley
2022-12-20
Move variable increment to the end of the loop
John Naylor
2022-12-20
Add pg_dissect_walfile_name()
Michael Paquier
2022-12-19
Remove hardcoded dependency to cryptohash type in the internals of SCRAM
Michael Paquier
2022-12-19
Fix comment that was missing a word.
Robert Haas
2022-12-19
Fix typo in comment
Peter Eisentraut
2022-12-19
Expose some information about backend subxact status.
Robert Haas
2022-12-17
Fix bit-rotted planner test case.
Tom Lane
2022-12-17
Doc: update pg_list.h header comments to include XidLists.
Tom Lane
2022-12-16
Fix inability to reference CYCLE column from inside its CTE.
Tom Lane
2022-12-16
pg_upgrade: Make testing different transfer modes easier
Peter Eisentraut
2022-12-16
pg_upgrade: Add --copy option
Peter Eisentraut
2022-12-16
Clean up dubious error handling in wellformed_xml().
Tom Lane
2022-12-16
Convert xml_in to report errors softly.
Tom Lane
2022-12-16
Fix typo in reference to __FreeBSD__.
Thomas Munro
2022-12-16
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-15
Re-adjust drop-index-concurrently-1 isolation test
David Rowley
2022-12-15
Speed up creation of command completion tags
David Rowley
2022-12-15
Convert range_in and multirange_in to report errors softly.
Tom Lane
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-12-15
Move provariadic sanity check to a more appropriate place
Peter Eisentraut
2022-12-15
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
Convert the geometric input functions to report errors softly.
Tom Lane
2022-12-14
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
Rearrange some static assertions for consistency
Peter Eisentraut
2022-12-14
Non-decimal integer literals
Peter Eisentraut
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-14
Remove SHA256_HMAC_B from scram-common.h
Michael Paquier
2022-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-13
Refactor ExecGrant_*() functions
Peter Eisentraut
2022-12-12
Fix jsonb subscripting to cope with toasted subscript values.
Tom Lane
2022-12-12
Remove extra space from dumped ALTER DEFAULT PRIVILEGES.
Jeff Davis
2022-12-12
Fix failure to advance content pointer in sendFileWithContent.
Robert Haas
2022-12-12
Order getopt arguments
Peter Eisentraut
2022-12-12
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-12
Add support for GRANT SET in psql tab completion
Michael Paquier
2022-12-12
Remove direct call to GetNewObjectId() for pg_auth_members.oid
Michael Paquier
2022-12-11
Convert domain_in to report errors softly.
Tom Lane
2022-12-11
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-12-10
Standardize error reports in unimplemented I/O functions.
Tom Lane
2022-12-10
Use the macro, not handwritten code, to construct anymultirange_in().
Tom Lane
2022-12-10
Add subquery pullup handling for WindowClause runCondition
David Rowley
2022-12-10
Fix macro definitions in pgstatfuncs.c
Michael Paquier
2022-12-10
Restructure soft-error handling in formatting.c.
Tom Lane
[next]