aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-04
* Fix a PlaceHolderVar-related oversight in star-schema planning patch.Tom Lane2015-08-04
* Cap wal_buffers to avoid a server crash when it's set very large.Robert Haas2015-08-04
* Tab completion for CREATE SEQUENCE.Robert Haas2015-08-04
* Update comment to match behavior of latest code.Robert Haas2015-08-04
* Share transition state between different aggregates when possible.Heikki Linnakangas2015-08-04
* RLS: Keep deny policy when only restrictive existStephen Frost2015-08-03
* Fix psql \d output of policies.Joe Conway2015-08-03
* Make recovery rename tablespace_map to *.old if backup_label is not present.Fujii Masao2015-08-03
* Fix pg_rewind when pg_xlog is a symlink.Heikki Linnakangas2015-08-03
* Clean up pg_rewind regression test script.Heikki Linnakangas2015-08-03
* Make modules/test_ddl_deparse/.gitignore match its siblings.Tom Lane2015-08-03
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Allow TAP tests to run under MsysAndrew Dunstan2015-08-02
* Avoid calling memcpy() with a NULL source pointer and count == 0.Tom Lane2015-08-02
* Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane2015-08-02
* Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas2015-08-02
* Micro optimize LWLockAttemptLock() a bit.Andres Freund2015-08-02
* Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund2015-08-02
* Fix some planner issues with degenerate outer join clauses.Tom Lane2015-08-01
* Teach predtest.c that "foo" implies "foo IS NOT NULL".Tom Lane2015-08-01
* Fix an oversight in checking whether a join with LATERAL refs is legal.Tom Lane2015-07-31
* Clean up Makefile.win32 "-I" flag additions.Noah Misch2015-07-30
* Consolidate makefile code for setting top_srcdir, srcdir and VPATH.Noah Misch2015-07-30
* Fix volatility marking of commit timestamp functionsAlvaro Herrera2015-07-30
* Fix broken assertion in BRIN codeAlvaro Herrera2015-07-30
* Use appropriate command type when retrieving relation's policies.Joe Conway2015-07-30
* Avoid some zero-divide hazards in the planner.Tom Lane2015-07-30
* Fix calculation of latency of pgbench backslash commands.Heikki Linnakangas2015-07-30
* Remove redundant "make install" from pg_upgrade test suite.Noah Misch2015-07-29
* MSVC: Revert most 9.5 changes to pre-9.5 vcregress.pl tests.Noah Misch2015-07-29
* MSVC: Remove duplicate PATH entry in test harness.Noah Misch2015-07-29
* MSVC: Future-proof installation file skip logic.Noah Misch2015-07-29
* Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan2015-07-29
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-29
* Fix incorrect comment.Robert Haas2015-07-29
* Fix TAP tests with "make installcheck".Heikki Linnakangas2015-07-29
* Add some test coverage of EvalPlanQual with non-locked tables.Tom Lane2015-07-29
* Add missing post create and alter hooks to policy objects.Joe Conway2015-07-29
* Make TAP tests work on Windows.Heikki Linnakangas2015-07-29
* Remove outdated comment in LWLockDequeueSelf's header.Andres Freund2015-07-29
* Fix typo in comment.Heikki Linnakangas2015-07-29
* pg_basebackup: Add --slot optionPeter Eisentraut2015-07-28
* pg_basebackup: Add tests for -X optionPeter Eisentraut2015-07-28
* pg_basebackup: Add tests for -R optionPeter Eisentraut2015-07-28
* Prevent platform-dependent output row ordering in a new test query.Tom Lane2015-07-28
* Suppress "variable may be used uninitialized" warning.Tom Lane2015-07-28
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-28
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-28
* Only adjust negative indexes in json_get up to the length of the path.Andrew Dunstan2015-07-28