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
Age
Commit message (
Expand
)
Author
2022-05-31
Ensure ParseTzFile() closes the input file after failing.
Tom Lane
2022-05-31
shm_mq_sendv: Fix flushing bug when receiver not yet attached.
Robert Haas
2022-05-31
Fix typo in hash README.
Amit Kapila
2022-05-31
Remove useless tests for TRUNCATE on foreign tables
Michael Paquier
2022-05-31
Add debugging help in OwnLatch().
Thomas Munro
2022-05-30
Make STRING an unreserved_keyword.
Tom Lane
2022-05-30
logging: Also add the command prefix to detail and hint messages
Peter Eisentraut
2022-05-29
Fix COPY FROM when database encoding is SQL_ASCII.
Heikki Linnakangas
2022-05-28
Align stats_fetch_consistency definition with guc.c default.
Andres Freund
2022-05-28
Revert "Add single-item cache when looking at topmost XID of a subtrans XID"
Michael Paquier
2022-05-28
Handle NULL for short descriptions of custom GUC variables
Michael Paquier
2022-05-26
Teach remove_unused_subquery_outputs about window run conditions
David Rowley
2022-05-26
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-05-26
Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions.
Tom Lane
2022-05-25
Add tab completion for table_rewrite's CREATE EVENT TRIGGER in psql
Michael Paquier
2022-05-25
Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.
Andres Freund
2022-05-24
Remove duplicated words in comments of pgstat.c and pgstat_internal.h
Michael Paquier
2022-05-23
pg_upgrade: Tweak translatable strings
Peter Eisentraut
2022-05-23
psql: Update \timing also in case of an error
Peter Eisentraut
2022-05-23
Remove debug messages from tuplesort_sort_memtuples()
John Naylor
2022-05-22
pgstat: fix stats.spec instability on slow machines.
Andres Freund
2022-05-21
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2022-05-21
Remove unused-and-misspelled function extern declaration.
Tom Lane
2022-05-21
Avoid overflow hazard when clamping group counts to "long int".
Tom Lane
2022-05-21
Improve and fix some issues in the TAP tests of pg_upgrade
Michael Paquier
2022-05-20
Remove portability hazard in unsafe_tests/sql/guc_privs.sql.
Tom Lane
2022-05-20
Fix DDL deparse of CREATE OPERATOR CLASS
Alvaro Herrera
2022-05-20
Add pg_version() to PostgreSQL::Test::Cluster
Michael Paquier
2022-05-20
pg_waldump: Improve option parsing error messages
Peter Eisentraut
2022-05-19
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS
Alvaro Herrera
2022-05-19
Fix incorrect comments for Memoize struct
David Rowley
2022-05-19
Extend pg_publication_tables to display column list and row filter.
Amit Kapila
2022-05-18
Update xml_1.out and xml_2.out
Alvaro Herrera
2022-05-18
Fix EXPLAIN MERGE output when no tuples are processed
Alvaro Herrera
2022-05-18
Check column list length in XMLTABLE/JSON_TABLE alias
Alvaro Herrera
2022-05-18
Make EXPLAIN MERGE output format more compact
Alvaro Herrera
2022-05-18
pgbench: Restore compatibility of --partitions=0
Michael Paquier
2022-05-18
Fix typo in walreceiver.c
Michael Paquier
2022-05-16
Translation updates
Peter Eisentraut
2022-05-16
pg_upgrade: Add missing gettext triggers
Peter Eisentraut
2022-05-16
pg_upgrade: Add missing gettext triggers
Peter Eisentraut
2022-05-16
Fix incorrect row estimates used for Memoize costing
David Rowley
2022-05-13
Fix slow animal timeouts in 032_relfilenode_reuse.pl.
Thomas Munro
2022-05-13
Fix comment in pg_proc.c
Michael Paquier
2022-05-13
Clean up newlines following left parentheses
Alvaro Herrera
2022-05-13
Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.
Tom Lane
2022-05-13
Add a new shmem_request_hook hook.
Robert Haas
2022-05-13
Indent C code in flex and bison files
Peter Eisentraut
2022-05-13
Don't report stats in LogicalRepApplyLoop() when in xact.
Andres Freund
2022-05-13
Remove PGDLLIMPORT marker from __pg_log_level
Michael Paquier
[next]