index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for SET ACCESS METHOD in ALTER TABLE
Michael Paquier
2021-07-28
3
-2
/
+4
*
Allow numeric scale to be negative or greater than precision.
Dean Rasheed
2021-07-26
2
-4
/
+14
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
2
-3
/
+49
*
Fix failure of some headers to compile "standalone".
Tom Lane
2021-07-24
2
-2
/
+2
*
Unify parsing logic for command-line integer options
Michael Paquier
2021-07-24
1
-0
/
+3
*
Make nodeSort.c use Datum sorts for single column sorts
David Rowley
2021-07-22
1
-0
/
+1
*
Add missing enum tags in enums used in nodes
Peter Eisentraut
2021-07-21
3
-4
/
+4
*
Rename NodeTag of ExprState
Peter Eisentraut
2021-07-21
1
-1
/
+1
*
Support direct I/O on macOS.
Thomas Munro
2021-07-19
2
-15
/
+16
*
Forgotten catversion bump for 9e3c217bd9
Alexander Korotkov
2021-07-18
1
-1
/
+1
*
Support for unnest(multirange)
Alexander Korotkov
2021-07-18
1
-0
/
+4
*
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-16
1
-0
/
+5
*
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
1
-1
/
+1
*
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
7
-31
/
+34
*
Fix small inconsistencies in catalog definition of multirange operators
Alexander Korotkov
2021-07-15
1
-3
/
+3
*
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-15
5
-9
/
+10
*
Portability fixes for sigwait.
Thomas Munro
2021-07-15
1
-0
/
+7
*
Remove unused function parameter in get_qual_from_partbound
John Naylor
2021-07-14
1
-1
/
+1
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
12
-13
/
+117
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
8
-76
/
+76
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
2
-14
/
+14
*
Probe for preadv/pwritev in a more macOS-friendly way.
Tom Lane
2021-07-12
2
-8
/
+10
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
1
-13
/
+24
*
Update configure's probe for libldap to work with OpenLDAP 2.5.
Tom Lane
2021-07-09
1
-3
/
+0
*
Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Daniel Gustafsson
2021-07-08
1
-1
/
+1
*
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-08
1
-0
/
+1
*
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-07
3
-5
/
+16
*
Refactor SASL code with a generic interface for its mechanisms
Michael Paquier
2021-07-07
3
-10
/
+141
*
Allow CustomScan providers to say whether they support projections.
Tom Lane
2021-07-06
1
-1
/
+3
*
Cleanup some aggregate code in the executor
David Rowley
2021-07-04
1
-5
/
+0
*
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-07-02
1
-3
/
+0
*
Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation
Michael Paquier
2021-07-02
1
-1
/
+2
*
Add index OID macro argument to DECLARE_INDEX
Peter Eisentraut
2021-06-29
63
-239
/
+120
*
Bump XLOG_PAGE_MAGIC for format changes related to FPW compression
Michael Paquier
2021-06-29
1
-1
/
+1
*
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
2
-7
/
+19
*
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-28
1
-1
/
+1
*
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-28
1
-1
/
+1
*
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2021-06-28
1
-1
/
+1
*
Dump COMMENT ON SCHEMA public.
Noah Misch
2021-06-28
1
-0
/
+1
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
2
-3
/
+3
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
2
-13
/
+22
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
1
-1
/
+5
*
Revert 29854ee8d1 due to buildfarm failures
Alexander Korotkov
2021-06-15
3
-44
/
+1
*
Support for unnest(multirange) and cast multirange as an array of ranges
Alexander Korotkov
2021-06-15
3
-1
/
+44
*
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
1
-4
/
+5
*
Remove pg_wait_for_backend_termination().
Noah Misch
2021-06-14
2
-5
/
+1
*
Copy-edit text for the pg_terminate_backend() "timeout" parameter.
Noah Misch
2021-06-14
1
-2
/
+1
*
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-11
1
-9
/
+1
*
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
2021-06-11
1
-0
/
+1
*
Change position of field "transformed" in struct CreateStatsStmt.
Noah Misch
2021-06-10
1
-1
/
+1
[next]