index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Add "Slab" MemoryContext implementation for efficient equal-sized allocations.
Andres Freund
2017-02-27
*
Make useful infrastructure from aset.c generally available.
Andres Freund
2017-02-27
*
Allow custom and foreign scans to have shutdown callbacks.
Robert Haas
2017-02-26
*
Remove some configure header-file checks that we weren't really using.
Tom Lane
2017-02-25
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Make tablesample work with partitioned tables.
Robert Haas
2017-02-24
*
Add an Assert that enum_cmp_internal() gets passed an FmgrInfo pointer.
Tom Lane
2017-02-23
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
Remove pg_control's enableIntTimes field.
Tom Lane
2017-02-23
*
Fix logical replication with different encodings
Peter Eisentraut
2017-02-23
*
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-23
*
Correctly handle array pseudotypes in to_json and to_jsonb
Andrew Dunstan
2017-02-22
*
Pass the source text for a parallel query to the workers.
Robert Haas
2017-02-22
*
Shut down Gather's children before shutting down Gather itself.
Robert Haas
2017-02-22
*
Suppress unused-variable warning.
Tom Lane
2017-02-21
*
Fix sloppy handling of corner-case errors in fd.c.
Tom Lane
2017-02-21
*
Fix whitespace
Peter Eisentraut
2017-02-21
*
Fix typo in comment.
Fujii Masao
2017-02-22
*
Fix connection leak in DROP SUBSCRIPTION command.
Fujii Masao
2017-02-22
*
Make walsender always initialize the buffers.
Fujii Masao
2017-02-22
*
Remove confusing comment about unsupported feature.
Fujii Masao
2017-02-22
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Improve error message for misuse of TZ, tz, OF formatting patterns.
Tom Lane
2017-02-20
*
Suppress "unused variable" warnings with older versions of flex.
Tom Lane
2017-02-19
*
Make partitions automatically inherit OIDs.
Robert Haas
2017-02-19
*
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-19
*
Make dsa_allocate interface more like MemoryContextAlloc.
Robert Haas
2017-02-19
*
Optimize query for information_schema.constraint_column_usage
Peter Eisentraut
2017-02-17
*
Add new function dsa_allocate0.
Robert Haas
2017-02-16
*
Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.
Robert Haas
2017-02-16
*
Make sure that hash join's bulk-tuple-transfer loops are interruptible.
Tom Lane
2017-02-15
*
Fix YA unwanted behavioral difference with operator_precedence_warning.
Tom Lane
2017-02-15
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
*
Replace min_parallel_relation_size with two new GUCs.
Robert Haas
2017-02-15
*
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-15
*
btree: Support parallel index scans.
Robert Haas
2017-02-15
*
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
*
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
*
Minor fixes for WAL consistency checking.
Robert Haas
2017-02-14
*
Don't disallow dropping NOT NULL for a list partition key.
Robert Haas
2017-02-14
*
Remove duplicate code in planner.c.
Tom Lane
2017-02-14
*
Ignore tablespace ACLs when ignoring schema ACLs.
Noah Misch
2017-02-12
*
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-10
*
Rename dtrace probes for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
*
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
*
Blind try to fix portability issue in commit 8f93bd851 et al.
Tom Lane
2017-02-09
*
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
*
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-09
*
Fix race condition in ConditionVariablePrepareToSleep.
Robert Haas
2017-02-09
[next]