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
*
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-30
*
Change array_offset to return subscripts, not offsets
Alvaro Herrera
2015-03-30
*
Add index-only scan support to range type GiST opclass.
Heikki Linnakangas
2015-03-30
*
Add index-only scan support to inet GiST opclass.
Heikki Linnakangas
2015-03-28
*
Fix GiST index-only scans for opclasses with different storage type.
Heikki Linnakangas
2015-03-26
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
*
Minor cleanup of GiST code, for readability.
Heikki Linnakangas
2015-03-26
*
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-26
*
Centralize definition of integer limits.
Andres Freund
2015-03-25
*
Return ObjectAddress in many ALTER TABLE sub-routines
Alvaro Herrera
2015-03-25
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
*
Add OID output argument to DefineTSConfiguration
Alvaro Herrera
2015-03-25
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
Add TOAST table to pg_shseclabel for long label use
Bruce Momjian
2015-03-21
*
Use mmap MAP_NOSYNC option to limit shared memory writes
Bruce Momjian
2015-03-21
*
Use 128-bit math to accelerate some aggregation functions.
Andres Freund
2015-03-20
*
Add, optional, support for 128bit integers.
Andres Freund
2015-03-20
*
Add flags argument to dsm_create.
Robert Haas
2015-03-19
*
array_offset() and array_offsets()
Alvaro Herrera
2015-03-18
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
*
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-16
*
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
*
Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.
Tom Lane
2015-03-15
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
*
Build src/port/dirmod.c only on Windows.
Tom Lane
2015-03-14
*
Support flattening of empty-FROM subqueries and one-row VALUES tables.
Tom Lane
2015-03-11
*
Improve planner's cost estimation in the presence of semijoins.
Tom Lane
2015-03-11
*
Support default ACLs in get_object_address
Alvaro Herrera
2015-03-11
*
Support user mappings in get_object_address
Alvaro Herrera
2015-03-11
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
*
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-11
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-11
*
Clean up the mess from => patch.
Tom Lane
2015-03-10
*
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
*
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
Move WAL-related definitions from dbcommands.h to separate header file.
Heikki Linnakangas
2015-03-09
*
Fix typo in comment.
Fujii Masao
2015-03-09
*
Remove struct PQArgBlock from server-side header libpq/libpq.h.
Tom Lane
2015-03-08
*
Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
Tom Lane
2015-03-08
*
Remove rolcatupdate
Peter Eisentraut
2015-03-06
*
Remove comment claiming that PARAM_EXTERN Params always have typmod -1.
Tom Lane
2015-03-05
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Reduce json <=> jsonb casts from explicit-only to assignment level.
Tom Lane
2015-03-03
*
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
*
Add transform functions for AT TIME ZONE.
Noah Misch
2015-03-01
*
Move memory context callback declarations into palloc.h.
Tom Lane
2015-03-01
*
Redefine MemoryContextReset() as deleting, not resetting, child contexts.
Tom Lane
2015-02-27
[next]