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
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
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2017-01-03
Update manual set of copyright files for 2017
Bruce Momjian
2017-01-03
Disable prompting for passphrase while (re)loading SSL config files.
Tom Lane
2017-01-03
Fix hot standby tests for sequence catalog change
Peter Eisentraut
2017-01-03
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2017-01-02
Use clock_gettime(), if available, in instr_time measurements.
Tom Lane
2017-01-02
In pgbench logging, avoid assuming that instr_times match Unix timestamps.
Tom Lane
2017-01-01
Avoid assuming that instr_time == struct timeval in pgbench logging.
Tom Lane
2016-12-31
Fix unstable regression test results.
Tom Lane
2016-12-29
Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.
Tom Lane
2016-12-29
Fix typo in comment
Peter Eisentraut
2016-12-29
Expand ad-hoc unit abbreviations in function descriptions
Peter Eisentraut
2016-12-29
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-27
Fix interval_transform so it doesn't throw away non-no-op casts.
Tom Lane
2016-12-27
Don't rename .partial files in pg_receivexlog if an error occured
Magnus Hagander
2016-12-27
Fix typo comments
Magnus Hagander
2016-12-26
Remove triggerable Assert in hashname().
Tom Lane
2016-12-25
Fix incorrect error reporting for duplicate data in \crosstabview.
Tom Lane
2016-12-24
pg_dumpall: Include --verbose option in --help output
Stephen Frost
2016-12-24
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES
Stephen Frost
2016-12-23
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
Remove unnecessary casts of makeNode() result
Peter Eisentraut
2016-12-23
Spellcheck: s/descendent/descendant/g
Tom Lane
2016-12-23
pg_dump: Remove obsolete handling of sequence names
Peter Eisentraut
2016-12-23
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
Remove _hash_chgbufaccess().
Robert Haas
2016-12-22
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-22
Use TSConfigRelationId in AlterTSConfiguration()
Stephen Frost
2016-12-22
Fix CREATE TABLE ... LIKE ... WITH OIDS.
Tom Lane
2016-12-22
Update sequence_1.out for recent changes
Peter Eisentraut
2016-12-22
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
Fix broken error check in _hash_doinsert.
Robert Haas
2016-12-22
Code review for ATExecAttachPartition.
Robert Haas
2016-12-22
Simplify tape block format.
Heikki Linnakangas
2016-12-22
Fix buffer overflow on particularly named files and clarify documentation about
Michael Meskes
2016-12-21
Fix detection of unfinished Unicode surrogate pair at end of string.
Tom Lane
2016-12-21
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
Fix dumping of casts and transforms using built-in functions
Stephen Frost
2016-12-21
For 8.0 servers, get last built-in oid from pg_database
Stephen Frost
2016-12-21
Fix order of operations in CREATE OR REPLACE VIEW.
Dean Rasheed
2016-12-21
Convert elog() to ereport() and do some wordsmithing.
Robert Haas
2016-12-21
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-21
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-21
Refactor merge path generation code.
Robert Haas
2016-12-21
Reorder pg_sequence columns to avoid alignment issue
Peter Eisentraut
2016-12-21
Forbid invalid combination of options in pg_basebackup.
Fujii Masao
2016-12-21
Fix minor oversights in nodeAgg.c.
Tom Lane
2016-12-20
Fix minor error message style violation.
Tom Lane
2016-12-20
Add pg_sequence system catalog
Peter Eisentraut
[next]