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
2016-11-25
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-25
Mark a query's topmost Paths parallel-unsafe if they will have initPlans.
Tom Lane
2016-11-25
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-11-25
Fix typo in comment
Magnus Hagander
2016-11-24
Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY.
Tom Lane
2016-11-24
Fix commit_ts for FrozenXid and BootstrapXid
Alvaro Herrera
2016-11-23
Avoid masking a function parameter name with a local variable name.
Tom Lane
2016-11-23
Make sure ALTER TABLE preserves index tablespaces.
Tom Lane
2016-11-23
Remove barrier.h
Robert Haas
2016-11-22
Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Robert Haas
2016-11-22
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-22
Support condition variables.
Robert Haas
2016-11-22
Fix uninitialized variable.
Tom Lane
2016-11-21
Fix PGLC_localeconv() to handle errors better.
Tom Lane
2016-11-21
Fix optimization for skipping searches for parallel-query hazards.
Tom Lane
2016-11-21
autovacuum: Drop orphan temp tables more quickly but with more caution.
Robert Haas
2016-11-21
Fix test for subplans in force-parallel mode.
Tom Lane
2016-11-20
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-19
Fix latent costing error in create_merge_append_path.
Tom Lane
2016-11-19
Code review for GUC serialization/deserialization code.
Tom Lane
2016-11-18
Add pg_sequences view
Peter Eisentraut
2016-11-18
Clean up pg_dump tests, re-enable BLOB testing
Stephen Frost
2016-11-17
Remove or reduce verbosity of some debug messages.
Robert Haas
2016-11-17
Fix pg_dump's handling of circular dependencies in views.
Tom Lane
2016-11-17
Improve pg_dump/pg_restore --create --if-exists logic.
Tom Lane
2016-11-17
Re-pgindent src/bin/pg_dump/*
Tom Lane
2016-11-17
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Alvaro Herrera
2016-11-15
Check that result tupdesc has exactly 1 column in return_next scalar case.
Tom Lane
2016-11-15
Reserve zero as an invalid DSM handle.
Robert Haas
2016-11-15
Allow DOS-style line endings in ~/.pgpass files.
Tom Lane
2016-11-15
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-15
Limit the number of number of tapes used for a sort to 501.
Robert Haas
2016-11-15
Fix broken statement in UCS_to_most.pl.
Robert Haas
2016-11-15
pgbench: Increase maximum size of log filename from 64 to MAXPGPATH.
Robert Haas
2016-11-14
Provide NO_INSTALLCHECK option for pgxs.
Andres Freund
2016-11-14
Fix typo in comment
Magnus Hagander
2016-11-14
Allow individual TAP tests to be run via PROVE_TESTS
Peter Eisentraut
2016-11-14
pg_upgrade: Upgrade sequence data via pg_dump
Peter Eisentraut
2016-11-14
pg_dump: Separate table and sequence data object types
Peter Eisentraut
2016-11-10
Cleanup of rewriter and planner handling of Query.hasRowSecurity flag.
Tom Lane
2016-11-10
Re-allow user_catalog_table option for materialized views.
Tom Lane
2016-11-10
Support "COPY view FROM" for views with INSTEAD OF INSERT triggers.
Tom Lane
2016-11-10
Fix partial aggregation for the case of a degenerate GROUP BY clause.
Tom Lane
2016-11-09
pgbench: Allow the transaction log file prefix to be changed.
Robert Haas
2016-11-08
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
psql: Tab completion for renaming enum values.
Robert Haas
2016-11-08
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
Fix typo.
Robert Haas
2016-11-08
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-08
Fix mistake in XLOG_SEG_SIZE test.
Robert Haas
[next]