index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Fix race condition with unprotected use of a latch pointer variable.
Tom Lane
2017-10-03
*
Remove redundant stdint.h include.
Andres Freund
2017-10-01
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Fix copy & pasto in 510b8cbff15f.
Andres Freund
2017-09-29
*
Fix typo.
Andres Freund
2017-09-29
*
Extend & revamp pg_bswap.h infrastructure.
Andres Freund
2017-09-29
*
Add background worker type
Peter Eisentraut
2017-09-29
*
Remove replacement selection sort.
Robert Haas
2017-09-29
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
Remove lsn from HashScanPosData.
Robert Haas
2017-09-26
*
Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.
Tom Lane
2017-09-25
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Add inline murmurhash32(uint32) function.
Andres Freund
2017-09-22
*
Fix s/intidb/initdb/ typo.
Andres Freund
2017-09-22
*
For wal_consistency_checking, mask page checksum as well as page LSN.
Robert Haas
2017-09-22
*
hash: Implement page-at-a-time scan.
Robert Haas
2017-09-22
*
Assume wcstombs(), towlower(), and sibling functions are always present.
Tom Lane
2017-09-22
*
Provide a test for variable existence in psql
Andrew Dunstan
2017-09-21
*
Associate partitioning information with each RelOptInfo.
Robert Haas
2017-09-20
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-19
*
Avoid use of non-portable strnlen() in pgstat_clip_activity().
Andres Freund
2017-09-19
*
Speedup pgstat_report_activity by moving mb-aware truncation to read side.
Andres Freund
2017-09-19
*
Fix crash restart bug introduced in 8356753c212.
Andres Freund
2017-09-18
*
Minor code-cleanliness improvements for btree.
Tom Lane
2017-09-18
*
Make ExplainOpenGroup and ExplainCloseGroup public.
Tom Lane
2017-09-18
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
Avoid duplicate typedef for SharedRecordTypmodRegistry.
Tom Lane
2017-09-15
*
Remove TupleDesc remapping logic from tqueue.c.
Andres Freund
2017-09-14
*
Add support for coordinating record typmods among parallel workers.
Andres Freund
2017-09-14
*
Perform only one ReadControlFile() during startup.
Andres Freund
2017-09-14
*
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
*
Remove BoolPtr type
Peter Eisentraut
2017-09-14
*
Fix ordering in pg_dump of GRANTs
Stephen Frost
2017-09-13
*
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
*
Introduce BYTES unit for GUCs.
Andres Freund
2017-09-12
*
Allow custom search filters to be configured for LDAP auth
Peter Eisentraut
2017-09-12
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Remove pre-order and post-order traversal logic for red-black trees.
Tom Lane
2017-09-10
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2017-09-07
*
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-07
*
Further marginal hacking on generic atomic ops.
Tom Lane
2017-09-07
*
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
*
Use more of gcc's __sync_fetch_and_xxx builtin functions for atomic ops.
Tom Lane
2017-09-06
*
Remove duplicate reads from the inner loops in generic atomic ops.
Tom Lane
2017-09-06
[next]