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
2017-11-07
Fix typo in comment.
Robert Haas
2017-11-07
Fix unportable spelling of int64 constant.
Tom Lane
2017-11-07
Fix unportable usage of <ctype.h> functions.
Tom Lane
2017-11-07
Remove secondary checkpoint
Simon Riggs
2017-11-07
Exclude pg_internal.init from BASE_BACKUP
Simon Riggs
2017-11-07
Fix version numbering foulups exposed by 10.1.
Tom Lane
2017-11-06
Add tests for json{b}_populate_recordset() crash case.
Tom Lane
2017-11-06
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
Add a temp-install prerequisite to "check"-like targets not having one.
Noah Misch
2017-11-05
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.
Noah Misch
2017-11-05
Fix comment
Magnus Hagander
2017-11-04
ecpg: Use bool instead of int
Peter Eisentraut
2017-11-04
ecpg: Remove useless return values
Peter Eisentraut
2017-11-04
Fix incorrect use of bool
Peter Eisentraut
2017-11-03
Avoid looping through line pointers twice in PageRepairFragmentation().
Tom Lane
2017-11-03
Flag index metapages as standard-format in xlog.c calls.
Tom Lane
2017-11-03
Fix thinkos in BRIN summarization
Alvaro Herrera
2017-11-03
Don't reset additional columns on subscriber to NULL on UPDATE
Peter Eisentraut
2017-11-03
Fix BRIN summarization concurrent with extension
Alvaro Herrera
2017-11-03
Improve error message for incorrect number inputs in libecpg.
Michael Meskes
2017-11-02
pgbench: replace run-time string comparisons with an enum identifier.
Tom Lane
2017-11-02
Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.
Tom Lane
2017-11-02
Fix float parsing in ecpg INFORMIX mode.
Michael Meskes
2017-11-02
pg_ctl: Improve message
Peter Eisentraut
2017-11-02
Fix corner-case errors in brin_doupdate().
Tom Lane
2017-11-02
Remove wal_keep_segments from default configuration in PostgresNode.pm
Peter Eisentraut
2017-11-02
Teach planner to account for HAVING quals in aggregation plan nodes.
Tom Lane
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
In client support of v10 features, use standard schema handling.
Noah Misch
2017-11-01
Allow bitmap scans to operate as index-only scans when possible.
Tom Lane
2017-11-01
Fix ALTER TABLE code to update domain constraints when needed.
Tom Lane
2017-11-01
pg_basebackup: Fix comparison handling of tablespace mappings on Windows
Peter Eisentraut
2017-11-01
Make sure ecpglib does accepts digits behind decimal point even for integers in
Michael Meskes
2017-10-31
Fix underqualified cast-target type names in pg_dump and psql queries.
Tom Lane
2017-10-31
Don't exaggerate the number of temporary blocks read.
Robert Haas
2017-10-31
Fix code related to partitioning schemes for dropped columns.
Robert Haas
2017-10-31
Add sanity check for pg_proc.provariadic
Robert Haas
2017-10-30
Fix autovacuum work item error handling
Alvaro Herrera
2017-10-30
Fix typo in comment
Magnus Hagander
2017-10-29
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
pg_receivewal: Add --no-sync option.
Robert Haas
2017-10-29
Add hash_combine64.
Robert Haas
2017-10-28
Support domains over composite types in PL/Perl.
Tom Lane
2017-10-28
Improve comments for parallel executor estimation functions.
Robert Haas
2017-10-28
Fix grammar.
Robert Haas
2017-10-28
Fix misplaced ReleaseSysCache call in get_default_partition_oid.
Robert Haas
2017-10-27
Dept of second thoughts: keep aliasp_item in sync with tlistitem.
Tom Lane
2017-10-27
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-10-27
Allow parallel query for prepared statements with generic plans.
Robert Haas
2017-10-27
Rethink the dependencies recorded for FieldSelect/FieldStore nodes.
Tom Lane
[next]