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
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-09-01
Add a regression test for contrib/pgrowlocks.
Tom Lane
2022-09-01
aix: when building with gcc, tell gcc we're building a shared library
Andres Freund
2022-09-01
Use --load-extension to set up for contrib/tcn's isolation tests.
Tom Lane
2022-09-01
doc: in create statistics docs, mention analyze for parent info
Bruce Momjian
2022-09-01
doc: mention "bloom" as a possible index access method
Bruce Momjian
2022-09-01
Adjust XML test case to avoid unstable behavior.
Tom Lane
2022-09-01
doc: use FILTER in aggregate example
Bruce Momjian
2022-09-01
doc: clarify that pgcrypto's gen_random_uuid calls core func.
Bruce Momjian
2022-09-01
doc: split out the NATURAL/CROSS JOIN in SELECT syntax
Bruce Momjian
2022-09-01
doc: warn of SECURITY DEFINER schemas for non-sql_body functions
Bruce Momjian
2022-09-01
doc: mention that SET TIME ZONE often needs to be quoted
Bruce Momjian
2022-08-31
doc: document the maximum char/varchar length value
Bruce Momjian
2022-08-31
doc: show direction is optional in FETCH/MOVE's FROM/IN syntax
Bruce Momjian
2022-08-31
Be smarter about freeing tuples during tuplesorts
David Rowley
2022-08-31
doc: simplify WITH clause syntax in CREATE DATABASE
Bruce Momjian
2022-08-31
Prevent long-term memory leakage in autovacuum launcher.
Tom Lane
2022-08-31
Derive freeze cutoff from nextXID, not OldestXmin.
Peter Geoghegan
2022-08-31
Fix MSVC warning in compat_informix/rnull.pgc
Andres Freund
2022-08-31
In the Snowball dictionary, don't try to stem excessively-long words.
Tom Lane
2022-08-31
Fix a bug in roles_is_member_of.
Robert Haas
2022-08-31
doc: Fix typo in user inheritance documentation
Daniel Gustafsson
2022-08-31
Refactor check_ functions to use filehandle for status
Daniel Gustafsson
2022-08-31
plpython: Don't create pgxsdir subdirectory in installdir target
Peter Eisentraut
2022-08-30
On NetBSD, force dynamic symbol resolution at postmaster start.
Tom Lane
2022-08-30
Various cleanups of the new memory context header code
David Rowley
2022-08-30
Revert "Add missing padding from MemoryChunk struct"
David Rowley
2022-08-30
Update the comment in rmgrlist.h to match it to the code.
Amit Kapila
2022-08-30
Drop replication origin slots before tablesync worker exits.
Amit Kapila
2022-08-30
Further code review of port/simd.h
John Naylor
2022-08-30
Adjust comments that called MultiXactIds "XMIDs".
Peter Geoghegan
2022-08-30
Use MAXALIGN() in calculations using sizeof(SlabBlock)
David Rowley
2022-08-30
Cleanup more code and comments related to Windows NT4 (XP days)
Michael Paquier
2022-08-29
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
Remove stray "the".
Robert Haas
2022-08-29
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-29
docs: Fix up some out-of-date references to INHERIT/NOINHERIT.
Robert Haas
2022-08-29
Add missing padding from MemoryChunk struct
David Rowley
2022-08-29
Fix broken cast on MSVC
John Naylor
2022-08-29
Use ARM Advanced SIMD (NEON) intrinsics where available
John Naylor
2022-08-29
Abstract some more architecture-specific details away from SIMD functionality
John Naylor
2022-08-29
Improve performance of and reduce overheads of memory management
David Rowley
2022-08-29
Fix the incorrect assertion introduced in commit 7f13ac8123.
Amit Kapila
2022-08-28
Doc: fix example of recursive query.
Tom Lane
2022-08-28
Add more detail why repalloc and pfree do not accept NULL pointers
Peter Eisentraut
2022-08-28
Enable RandomizedBaseAddress (ASLR) on Windows with MSVC builds
Michael Paquier
2022-08-27
Avoid casting away const in sepgsql's quote_object_name.
Tom Lane
2022-08-27
Doc: add comment about bug fixed in back branches as of 3f7323cbb.
Tom Lane
2022-08-27
Fix typo in comment for writetuple() function
Alexander Korotkov
2022-08-27
Be more careful to avoid including system headers after perl.h
John Naylor
[next]