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