aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane2015-08-21
* Clean up roles from roleattributes testStephen Frost2015-08-21
* Do not allow *timestamp to be passed as NULLAlvaro Herrera2015-08-21
* Remove ExecGetScanType functionAlvaro Herrera2015-08-21
* Fix plpython crash when returning string representation of a RECORD result.Tom Lane2015-08-21
* Allow record_in() and record_recv() to work for transient record types.Tom Lane2015-08-21
* Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost2015-08-21
* In AlterRole, make bypassrls an intStephen Frost2015-08-21
* doc: Whitespace and formatting fixesPeter Eisentraut2015-08-20
* Remove xpath namespace-handling change from 9.5 release notes.Tom Lane2015-08-20
* Update config.guess and config.subPeter Eisentraut2015-08-19
* Fix bug in calculations of hash join buckets.Kevin Grittner2015-08-19
* Fix a few bogus statement type names in plpgsql error messages.Tom Lane2015-08-18
* psql: Make EXECUTE PROCEDURE tab completion a bit narrower.Robert Haas2015-08-18
* Fix performance bug from conflict between two previous improvements.Tom Lane2015-08-17
* docs: Fix "typo" introduced in 3f811c2d.Andres Freund2015-08-17
* Improve configure test for the sse4.2 crc instruction.Andres Freund2015-08-17
* Fix reporting of skipped transactions in pgbench.Heikki Linnakangas2015-08-17
* Add docs about postgres_fdw's setting of search_path and other GUCs.Tom Lane2015-08-15
* Improve documentation about MVCC-unsafe utility commands.Tom Lane2015-08-15
* Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane2015-08-15
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* Correct type of waitMode variable in ExecInsertIndexTuples().Andres Freund2015-08-15
* vacuumdb: Don't assign negative values to a boolean.Andres Freund2015-08-15
* Don't use 'bool' as a struct member name in help_config.c.Andres Freund2015-08-15
* Use the correct type for TableInfo->relreplident.Andres Freund2015-08-15
* Remove unused expected-output file.Robert Haas2015-08-14
* Remove bogus step from test_decoding isolation tests.Robert Haas2015-08-14
* Reject isolation test specifications with duplicate step names.Robert Haas2015-08-14
* Encoding PG_UHC is code page 949.Noah Misch2015-08-14
* Restore old pgwin32_message_to_UTF16() behavior outside transactions.Noah Misch2015-08-14
* Update key words table for 9.5Peter Eisentraut2015-08-14
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-14
* PL/Python: Make tests pass with Python 3.5Peter Eisentraut2015-08-13
* MSVC: Exclude 'brin' contrib moduleAlvaro Herrera2015-08-13
* Re-add BRIN isolation testAlvaro Herrera2015-08-13
* Improve regression test case to avoid depending on system catalog stats.Tom Lane2015-08-13
* Use materialize SRF mode in brin_page_itemsAlvaro Herrera2015-08-13
* Run autoheader to add a few missing #defines to pg_config.h.in.Heikki Linnakangas2015-08-13
* Fix declaration of isarray variable.Michael Meskes2015-08-13
* Fix unitialized variablesAlvaro Herrera2015-08-13
* Undo mistaken tightening in join_is_legal().Tom Lane2015-08-12
* Close some holes in BRIN page assignmentAlvaro Herrera2015-08-12
* Remove duplicated assignment in pg_create_physical_replication_slot.Andres Freund2015-08-12
* Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c.Andres Freund2015-08-12
* Fix two off-by-one errors in bufmgr.c.Andres Freund2015-08-12
* Fix some possible low-memory failures in regexp compilation.Tom Lane2015-08-12
* Postpone extParam/allParam calculations until the very end of planning.Tom Lane2015-08-11
* Don't include rel.h when relcache.h is sufficientAlvaro Herrera2015-08-11
* Fix broken markup, and copy-edit a bit.Tom Lane2015-08-11