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