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
2020-06-14
Fix behavior of exp() and power() for infinity inputs.
Tom Lane
2020-06-14
Add test coverage for EXTRACT()
Peter Eisentraut
2020-06-14
Replace superuser check by ACLs for replication origin functions
Michael Paquier
2020-06-13
Sync behavior of var_samp and stddev_samp for single NaN inputs.
Tom Lane
2020-06-13
Fix behavior of float aggregates for single Inf or NaN inputs.
Tom Lane
2020-06-13
Silence _bt_check_unique compiler warning.
Peter Geoghegan
2020-06-13
Refactor AlterExtensionContentsStmt grammar
Peter Eisentraut
2020-06-13
Grammar object type refactoring
Peter Eisentraut
2020-06-13
Create by default sql/ and expected/ for output directory in pg_regress
Michael Paquier
2020-06-13
Add more TAP tests for pg_dump options with range checks
Michael Paquier
2020-06-13
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-06-12
Add missing extern keyword for a couple of numutils functions
David Rowley
2020-06-12
Avoid using a cursor in plpgsql's RETURN QUERY statement.
Tom Lane
2020-06-12
Fix typos and some format mistakes in comments
Michael Paquier
2020-06-12
Make more use of RELKIND_HAS_STORAGE()
Peter Eisentraut
2020-06-11
Improve comments for [Heap]CheckForSerializableConflictOut().
Thomas Munro
2020-06-11
Fix mishandling of NaN counts in numeric_[avg_]combine.
Tom Lane
2020-06-11
Rework HashAgg GUCs.
Jeff Davis
2020-06-11
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
pg_dump: Remove dead code
Peter Eisentraut
2020-06-11
Fix typos.
Amit Kapila
2020-06-11
Refactor DROP LANGUAGE grammar
Peter Eisentraut
2020-06-11
Remove deprecated syntax from CREATE/DROP LANGUAGE
Peter Eisentraut
2020-06-11
Move frontend-side archive APIs from src/common/ to src/fe_utils/
Michael Paquier
2020-06-11
Fold AlterForeignTableStmt into AlterTableStmt
Peter Eisentraut
2020-06-10
Remove redundant grammar symbols
Peter Eisentraut
2020-06-10
Change default of password_encryption to scram-sha-256
Peter Eisentraut
2020-06-10
Update description of parameter password_encryption
Peter Eisentraut
2020-06-10
Fix ReorderBuffer memory overflow check.
Amit Kapila
2020-06-09
Spelling adjustments
Peter Eisentraut
2020-06-09
Unify drop-by-OID functions
Peter Eisentraut
2020-06-09
Fix invalid function references in a few comments
David Rowley
2020-06-09
Repair unstable regression test.
Tom Lane
2020-06-09
Fix HashAgg regression from choosing too many initial buckets.
Jeff Davis
2020-06-09
Avoid need for valgrind suppressions for pg_atomic_init_u64 on some platforms.
Andres Freund
2020-06-08
Update snowball
Peter Eisentraut
2020-06-08
Fix locking bugs that could corrupt pg_control.
Thomas Munro
2020-06-08
Fix crash in WAL sender when starting physical replication
Michael Paquier
2020-06-07
MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.
Noah Misch
2020-06-07
Stamp HEAD as 14devel.
Tom Lane
2020-06-07
pgindent run prior to branching v13.
Tom Lane
2020-06-07
Try to read data from the socket in pqSendSome's write_failed paths.
Tom Lane
2020-06-07
Rethink definition of cancel.c's CancelRequested flag.
Tom Lane
2020-06-07
Fix platform-specific performance regression in logtape.c.
Jeff Davis
2020-06-07
psql: Format \? output a little better
Peter Eisentraut
2020-06-07
Fix message translatability
Peter Eisentraut
2020-06-07
Spelling adjustments
Peter Eisentraut
2020-06-07
Formatting and punctuation improvements in postgresql.conf.sample
Peter Eisentraut
2020-06-06
Add missing source files to nls.mk
Peter Eisentraut
2020-06-06
Refresh function name in CRC-associated Valgrind suppressions.
Noah Misch
[next]