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
*
Recognize GROUPING() as a aggregate expression.
Andres Freund
2015-07-26
*
Build column mapping for grouping sets in all required cases.
Andres Freund
2015-07-26
*
Dodge portability issue (apparent compiler bug) in new tablesample code.
Tom Lane
2015-07-25
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Make RLS work with UPDATE ... WHERE CURRENT OF
Joe Conway
2015-07-24
*
Fix treatment of nulls in jsonb_agg and jsonb_object_agg
Andrew Dunstan
2015-07-24
*
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-07-24
*
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-07-23
*
Fix add_rte_to_flat_rtable() for recent feature additions.
Tom Lane
2015-07-21
*
Fix some oversights in BRIN patch.
Tom Lane
2015-07-21
*
Fix omission of OCLASS_TRANSFORM in object_classes[]
Alvaro Herrera
2015-07-21
*
Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.
Heikki Linnakangas
2015-07-20
*
Don't handle PUBLIC/NONE separately
Alvaro Herrera
2015-07-20
*
Improve BRIN documentation somewhat
Alvaro Herrera
2015-07-20
*
Remove dead code.
Andrew Dunstan
2015-07-19
*
Make WaitLatchOrSocket's timeout detection more robust.
Tom Lane
2015-07-18
*
Support JSON negative array subscripts everywhere
Andrew Dunstan
2015-07-17
*
Add new function pg_notification_queue_usage.
Robert Haas
2015-07-17
*
Fix a low-probability crash in our qsort implementation.
Tom Lane
2015-07-16
*
Fix spelling error
Magnus Hagander
2015-07-16
*
Fix copy/past error in comment
Magnus Hagander
2015-07-16
*
AIX: Link the postgres executable with -Wl,-brtllib.
Noah Misch
2015-07-15
*
Fix event trigger support for the new ALTER OPERATOR command.
Heikki Linnakangas
2015-07-14
*
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-07-14
*
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-07-14
*
Reformat code in ATPostAlterTypeParse.
Heikki Linnakangas
2015-07-14
*
For consistency add a pfree to ON CONFLICT set_plan_refs code.
Andres Freund
2015-07-12
*
Add now-required #include.
Tom Lane
2015-07-11
*
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
Joe Conway
2015-07-11
*
Fix postmaster's handling of a startup-process crash.
Tom Lane
2015-07-09
*
Make wal_compression PGC_SUSET rather than PGC_USERSET.
Fujii Masao
2015-07-09
*
Add .gitignore entries for AIX-specific intermediate build artifacts.
Noah Misch
2015-07-08
*
Revoke support for strxfrm() that write past the specified array length.
Noah Misch
2015-07-08
*
Fix logical decoding bug leading to inefficient reopening of files.
Andres Freund
2015-07-07
*
Make RLS related error messages more consistent and compliant.
Joe Conway
2015-07-06
*
Call getsockopt() on the correct socket.
Heikki Linnakangas
2015-07-06
*
Don't set SO_SNDBUF on recent Windows versions that have a bigger default.
Heikki Linnakangas
2015-07-06
*
Fix misuse of TextDatumGetCString().
Tom Lane
2015-07-02
*
Add an optional missing_ok argument to SQL function current_setting().
Tom Lane
2015-07-02
*
Remove obsolete heap_formtuple/modifytuple/deformtuple functions.
Heikki Linnakangas
2015-07-02
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
*
Don't leave pg_hba and pg_ident data lying around in running backends.
Tom Lane
2015-07-01
*
Make sampler_random_fract() actually obey its API contract.
Tom Lane
2015-07-01
*
Make XLogFileCopy() look the same as in 9.4.
Fujii Masao
2015-07-01
*
Remove useless check for NULL subexpression.
Tom Lane
2015-06-30
*
Don't call PageGetSpecialPointer() on page until it's been initialized.
Heikki Linnakangas
2015-06-30
*
In bttext_abbrev_convert, move pfree to the right place.
Robert Haas
2015-06-29
*
Initialize GIN metapage correctly when replaying metapage-update WAL record.
Heikki Linnakangas
2015-06-30
*
Code + docs review for escaping of option values (commit 11a020eb6).
Tom Lane
2015-06-29
*
Translation updates
Peter Eisentraut
2015-06-28
[next]