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
2019-01-13
Improve error messages for incorrect types of logical replication targets
Michael Paquier
2019-01-13
Remove heapam.h include made superfluous by b60c3975990.
Andres Freund
2019-01-11
Free pre-modification HeapTuple in ALTER TABLE ... TYPE ...
Andrew Dunstan
2019-01-11
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-11
Add value 'current' for recovery_target_timeline
Peter Eisentraut
2019-01-10
Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE
Andrew Dunstan
2019-01-10
Add .gitignore entry for a derived file created by "make distprep".
Tom Lane
2019-01-10
Fix C++ compile failures in headers.
Tom Lane
2019-01-10
Remove unnecessary #include.
Tom Lane
2019-01-10
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
Don't use address of array as boolean
Alvaro Herrera
2019-01-10
pgbench: add \cset and \gset commands
Alvaro Herrera
2019-01-10
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-10
Fix grammar mistakes in md.c
Michael Paquier
2019-01-09
Reduce the size of the fmgr_builtin_oid_index[] array.
Tom Lane
2019-01-09
Update docs & tests to reflect that unassigned OLD/NEW are now NULL.
Tom Lane
2019-01-08
Add --disable-page-skipping and --skip-locked to vacuumdb
Michael Paquier
2019-01-07
isolationtester: Use atexit()
Peter Eisentraut
2019-01-07
initdb: Use atexit()
Peter Eisentraut
2019-01-07
pg_basebackup: Use atexit()
Peter Eisentraut
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-05
Fix program build rule in src/bin/scripts/Makefile.
Tom Lane
2019-01-04
Don't create relfilenode for relations without storage
Alvaro Herrera
2019-01-04
Rename macro to RELKIND_HAS_STORAGE
Alvaro Herrera
2019-01-04
Support plpgsql variable names that conflict with unreserved SQL keywords.
Tom Lane
2019-01-04
Make sort-test.py Python 3 compatible
Peter Eisentraut
2019-01-04
Move the built-in conversions into the initial catalog data.
Tom Lane
2019-01-03
Use symbolic references for pg_language OIDs in the bootstrap data.
Tom Lane
2019-01-03
Improve ANALYZE's handling of concurrent-update scenarios.
Tom Lane
2019-01-02
Don't believe MinMaxExpr is leakproof without checking.
Tom Lane
2019-01-02
Switch pg_regress to output unified diffs by default
Peter Eisentraut
2019-01-02
Ensure link commands list *.o files before LDFLAGS.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2018-12-31
Improve comments and logs in do_pg_stop/start_backup
Michael Paquier
2018-12-31
Process EXTRA_INSTALL serially, during the first temp-install.
Noah Misch
2018-12-31
Send EXTRA_INSTALL errors to install.log, not stderr.
Noah Misch
2018-12-31
pg_regress: Promptly detect failed postmaster startup.
Noah Misch
2018-12-31
Update leakproofness markings on some btree comparison functions.
Tom Lane
2018-12-31
Remove some useless code
Alvaro Herrera
2018-12-31
Fix oversight in commit b5415e3c2187ab304390524f5ae66b4bd2c58279.
Tom Lane
2018-12-30
Change "checkpoint starting" message to use "wal"
Peter Eisentraut
2018-12-30
Add a hash opclass for type "tid".
Tom Lane
2018-12-30
Support parameterized TidPaths.
Tom Lane
2018-12-30
Teach eval_const_expressions to constant-fold LEAST/GREATEST expressions.
Tom Lane
2018-12-30
Trigger stmt_beg and stmt_end for top-level statement blocks of PL/pgSQL
Michael Paquier
2018-12-29
Use pg_strong_random() to select each server process's random seed.
Tom Lane
2018-12-29
Use a separate random seed for SQL random()/setseed() functions.
Tom Lane
2018-12-29
pg_rewind: Add missing newline to error message
Peter Eisentraut
2018-12-29
Remove redundant translation markers
Peter Eisentraut
[next]