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
/
include
Age
Commit message (
Expand
)
Author
2021-07-09
Update configure's probe for libldap to work with OpenLDAP 2.5.
Tom Lane
2021-07-08
Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Daniel Gustafsson
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-07
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-07
Refactor SASL code with a generic interface for its mechanisms
Michael Paquier
2021-07-06
Allow CustomScan providers to say whether they support projections.
Tom Lane
2021-07-04
Cleanup some aggregate code in the executor
David Rowley
2021-07-02
Don't try to print data type names in slot_store_error_callback().
Tom Lane
2021-07-02
Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation
Michael Paquier
2021-06-29
Add index OID macro argument to DECLARE_INDEX
Peter Eisentraut
2021-06-29
Bump XLOG_PAGE_MAGIC for format changes related to FPW compression
Michael Paquier
2021-06-29
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2021-06-29
Dump COMMENT ON SCHEMA public.
Noah Misch
2021-06-28
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-19
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-15
Revert 29854ee8d1 due to buildfarm failures
Alexander Korotkov
2021-06-15
Support for unnest(multirange) and cast multirange as an array of ranges
Alexander Korotkov
2021-06-15
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
Remove pg_wait_for_backend_termination().
Noah Misch
2021-06-15
Copy-edit text for the pg_terminate_backend() "timeout" parameter.
Noah Misch
2021-06-11
Return ReplicationSlotAcquire API to its original form
Alvaro Herrera
2021-06-11
Optimize creation of slots for FDW bulk inserts
Tomas Vondra
2021-06-11
Change position of field "transformed" in struct CreateStatsStmt.
Noah Misch
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
Add some const decorations
Peter Eisentraut
2021-06-07
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
Remove two_phase variable from CreateReplicationSlotCmd struct.
Amit Kapila
2021-06-06
Add transformed flag to nodes/*funcs.c for CREATE STATISTICS
Tomas Vondra
2021-06-06
Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.
Noah Misch
2021-06-04
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-03
Fix incorrect permissions on pg_subscription.
Tom Lane
2021-06-02
Update plannodes.h's comments about PlanRowMark.
Tom Lane
2021-05-27
Reduce the range of OIDs reserved for genbki.pl.
Tom Lane
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-23
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-19
Fix issues in pg_stat_wal.
Fujii Masao
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-05-14
Refactor CHECK_FOR_INTERRUPTS() to add flexibility.
Tom Lane
2021-05-12
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
Do pre-release housekeeping on catalog data.
Tom Lane
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Fix EXPLAIN ANALYZE for async-capable nodes.
Etsuro Fujita
2021-05-12
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
[next]