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
Age
Commit message (
Expand
)
Author
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
2018-12-28
Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h
Michael Paquier
2018-12-28
Marginal performance hacking in erand48.c.
Tom Lane
2018-12-28
Fix latent problem with pg_jrand48().
Tom Lane
2018-12-28
Fix thinko in previous commit
Alvaro Herrera
2018-12-28
Rewrite ExecPartitionCheckEmitError for clarity
Alvaro Herrera
2018-12-28
Clarify referential actions in docs of CREATE/ALTER TABLE
Michael Paquier
2018-12-28
Reduce length of GIN predicate locking isolation test suite
Alexander Korotkov
2018-12-27
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
pg_dump: Add missing newline to error message
Peter Eisentraut
2018-12-27
Remove entry tree root conflict checking from GIN predicate locking
Alexander Korotkov
2018-12-27
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-26
Fix failure to check for open() or fsync() failures.
Tom Lane
2018-12-26
Fix portability failure introduced in commits d2b0b60e7 et al.
Tom Lane
2018-12-25
Improve tab completion of ALTER INDEX/TABLE with SET STATISTICS in psql
Michael Paquier
2018-12-24
Prioritize history files when archiving
Michael Paquier
2018-12-23
Disable WAL-skipping optimization for COPY on views and foreign tables
Michael Paquier
2018-12-23
Add completion for storage parameters after CREATE TABLE WITH in psql
Michael Paquier
2018-12-22
Add WRITE_*_ARRAY macros
Peter Eisentraut
2018-12-22
Add some const decorations
Peter Eisentraut
2018-12-22
Fix ancient compiler warnings and typos in !HAVE_SYMLINK code
Peter Eisentraut
2018-12-20
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-12-20
Base information_schema.sql_identifier domain on name, not varchar.
Tom Lane
2018-12-20
Avoid producing over-length specific_name outputs in information_schema.
Tom Lane
2018-12-20
Fix lock level used for partition when detaching it
Alvaro Herrera
2018-12-20
Doc: fix ancient mistake in search_path documentation.
Tom Lane
2018-12-20
Make bitmapset.c use 64-bit bitmap words on 64-bit machines.
Tom Lane
2018-12-20
DETACH PARTITION: hold locks on indexes until end of transaction
Alvaro Herrera
2018-12-20
Add more tab completion for CREATE TABLE in psql
Michael Paquier
2018-12-20
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY
Greg Stark
2018-12-19
Add text-vs-name cross-type operators, and unify name_ops with text_ops.
Tom Lane
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-12-19
Remove function names from error messages
Alvaro Herrera
2018-12-19
Small improvements for allocation logic in ginHeapTupleFastCollect().
Tom Lane
2018-12-19
Doc: fix incorrect example of collecting arguments with fmgr macros.
Tom Lane
2018-12-19
Remove obsolete nbtree duplicate entries comment.
Peter Geoghegan
[next]