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
2015-12-15
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-15
Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.
Tom Lane
2015-12-14
pg_rewind: Don't error if the two clusters are already on the same timeline
Tom Lane
2015-12-14
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Alvaro Herrera
2015-12-14
Remove xmlparse(document '') test
Kevin Grittner
2015-12-14
Fix out-of-memory error handling in ParameterDescription message processing.
Heikki Linnakangas
2015-12-14
Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.
Andres Freund
2015-12-14
Correct statement to actually be the intended assert statement.
Andres Freund
2015-12-13
Consistently set all fields in pg_stat_replication to null instead of 0
Magnus Hagander
2015-12-13
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-12-12
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-12-12
Add an expected-file to match behavior of latest libxml2.
Tom Lane
2015-12-11
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-11
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
Handle dependencies properly in ALTER POLICY
Stephen Frost
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
Fix commit timestamp initialization
Alvaro Herrera
2015-12-11
Improve some messages
Peter Eisentraut
2015-12-10
Improve ALTER POLICY tab completion.
Robert Haas
2015-12-10
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-12-10
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-10
Accept flex > 2.5.x on Windows, too.
Tom Lane
2015-12-09
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-08
Make failure to open psql's --log-file fatal.
Tom Lane
2015-12-08
Avoid odd portability problem in TestLib.pm's slurp_file function.
Tom Lane
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-05
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.
Tom Lane
2015-12-05
Instruct Coverity using an assertion.
Noah Misch
2015-12-03
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-12-03
Clean up some psql issues around handling of the query output file.
Tom Lane
2015-12-03
psql: Improve spelling
Peter Eisentraut
2015-12-02
Fix behavior of printTable() and friends with externally-invoked pager.
Tom Lane
2015-12-01
Make gincostestimate() cope with hypothetical GIN indexes.
Tom Lane
2015-12-01
Further tweaking of print_aligned_vertical().
Tom Lane
2015-12-01
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().
Tom Lane
2015-12-01
Further adjustment to psql's print_aligned_vertical() function.
Tom Lane
2015-11-30
Rework wrap-width calculation in psql's print_aligned_vertical() function.
Tom Lane
2015-11-29
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-26
Fix failure to consider failure cases in GetComboCommandId().
Tom Lane
2015-11-25
Be more paranoid about null return values from libpq status functions.
Tom Lane
2015-11-24
pg_upgrade: fix CopyFile() on Windows to fail on file existence
Bruce Momjian
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-19
Fix thinko: errmsg -> ereport.
Tom Lane
2015-11-19
fix a perl typo
Andrew Dunstan
2015-11-19
Improve vcregress.pl's handling of tap tests for client programs
Andrew Dunstan
2015-11-19
Fix incomplete set_foreignscan_references handling for fdw_recheck_quals
Robert Haas
2015-11-19
Remove function names from some elog() calls in heapam.c.
Andres Freund
[next]