summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane2015-08-217-85/+226
* Clean up roles from roleattributes testStephen Frost2015-08-212-7/+32
* Do not allow *timestamp to be passed as NULLAlvaro Herrera2015-08-211-8/+7
* Remove ExecGetScanType functionAlvaro Herrera2015-08-212-13/+0
* Fix plpython crash when returning string representation of a RECORD result.Tom Lane2015-08-213-2/+259
* Allow record_in() and record_recv() to work for transient record types.Tom Lane2015-08-211-22/+17
* Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost2015-08-215-15/+15
* In AlterRole, make bypassrls an intStephen Frost2015-08-215-2/+324
* Fix bug in calculations of hash join buckets.Kevin Grittner2015-08-191-1/+1
* Fix a few bogus statement type names in plpgsql error messages.Tom Lane2015-08-184-32/+33
* psql: Make EXECUTE PROCEDURE tab completion a bit narrower.Robert Haas2015-08-181-0/+1
* Fix performance bug from conflict between two previous improvements.Tom Lane2015-08-171-8/+30
* Fix reporting of skipped transactions in pgbench.Heikki Linnakangas2015-08-171-5/+8
* Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane2015-08-154-28/+71
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-159-9/+9
* Correct type of waitMode variable in ExecInsertIndexTuples().Andres Freund2015-08-151-1/+1
* vacuumdb: Don't assign negative values to a boolean.Andres Freund2015-08-151-4/+4
* Don't use 'bool' as a struct member name in help_config.c.Andres Freund2015-08-151-2/+2
* Use the correct type for TableInfo->relreplident.Andres Freund2015-08-151-1/+1
* Remove unused expected-output file.Robert Haas2015-08-141-41/+0
* Reject isolation test specifications with duplicate step names.Robert Haas2015-08-144-398/+417
* Encoding PG_UHC is code page 949.Noah Misch2015-08-141-1/+1
* Restore old pgwin32_message_to_UTF16() behavior outside transactions.Noah Misch2015-08-141-7/+17
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-145-43/+215
* PL/Python: Make tests pass with Python 3.5Peter Eisentraut2015-08-136-16/+445
* MSVC: Exclude 'brin' contrib moduleAlvaro Herrera2015-08-131-1/+1
* Re-add BRIN isolation testAlvaro Herrera2015-08-135-0/+117
* Improve regression test case to avoid depending on system catalog stats.Tom Lane2015-08-132-64/+22
* Run autoheader to add a few missing #defines to pg_config.h.in.Heikki Linnakangas2015-08-131-0/+10
* Fix declaration of isarray variable.Michael Meskes2015-08-132-2/+2
* Fix unitialized variablesAlvaro Herrera2015-08-131-3/+10
* Undo mistaken tightening in join_is_legal().Tom Lane2015-08-123-5/+89
* Close some holes in BRIN page assignmentAlvaro Herrera2015-08-124-22/+258
* Remove duplicated assignment in pg_create_physical_replication_slot.Andres Freund2015-08-121-1/+0
* Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c.Andres Freund2015-08-121-1/+3
* Fix two off-by-one errors in bufmgr.c.Andres Freund2015-08-121-17/+19
* Fix some possible low-memory failures in regexp compilation.Tom Lane2015-08-122-0/+6
* Postpone extParam/allParam calculations until the very end of planning.Tom Lane2015-08-1110-158/+293
* Don't include rel.h when relcache.h is sufficientAlvaro Herrera2015-08-112-5/+2
* More fixes to allow pg_rewind tests to run on Msys.Andrew Dunstan2015-08-112-2/+5
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-117-50/+101
* Introduce macros determining if a replication slot is physical or logical.Andres Freund2015-08-114-7/+10
* Minor cleanups in slot related code.Andres Freund2015-08-112-5/+2
* Fix privilege dumping from servers too old to have that type of privilege.Tom Lane2015-08-101-38/+47
* Accept alternate spellings of __sparcv7 and __sparcv8.Tom Lane2015-08-101-4/+4
* Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane2015-08-103-28/+79
* Work around an apparent bug in the Msys DTK perl's regex engine.Andrew Dunstan2015-08-101-1/+3
* Temporarily(?) remove BRIN isolation test.Tom Lane2015-08-103-84/+0
* Add confirmed_flush column to pg_replication_slots.Andres Freund2015-08-105-6/+15
* Fix copy & paste mistake in pg_get_replication_slots().Andres Freund2015-08-101-1/+1