summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-07-24Make RLS work with UPDATE ... WHERE CURRENT OFJoe Conway
2015-07-24Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan
2015-07-24Fix bug around assignment expressions containing indirections.Andres Freund
2015-07-22Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas
2015-07-22Fix add_rte_to_flat_rtable() for recent feature additions.Tom Lane
2015-07-21Fix some oversights in BRIN patch.Tom Lane
2015-07-21Fix omission of OCLASS_TRANSFORM in object_classes[]Alvaro Herrera
2015-07-20Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.Heikki Linnakangas
2015-07-20Don't handle PUBLIC/NONE separatelyAlvaro Herrera
2015-07-20Improve BRIN documentation somewhatAlvaro Herrera
2015-07-19Remove dead code.Andrew Dunstan
2015-07-18Make WaitLatchOrSocket's timeout detection more robust.Tom Lane
2015-07-18Support JSON negative array subscripts everywhereAndrew Dunstan
2015-07-17Add new function pg_notification_queue_usage.Robert Haas
2015-07-17Fix a low-probability crash in our qsort implementation.Tom Lane
2015-07-16Fix spelling errorMagnus Hagander
2015-07-16Fix copy/past error in commentMagnus Hagander
2015-07-16AIX: Link the postgres executable with -Wl,-brtllib.Noah Misch
2015-07-14Fix event trigger support for the new ALTER OPERATOR command.Heikki Linnakangas
2015-07-14Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas
2015-07-14Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas
2015-07-14Reformat code in ATPostAlterTypeParse.Heikki Linnakangas
2015-07-12For consistency add a pfree to ON CONFLICT set_plan_refs code.Andres Freund
2015-07-12Add now-required #include.Tom Lane
2015-07-11Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway
2015-07-09Fix postmaster's handling of a startup-process crash.Tom Lane
2015-07-09Make wal_compression PGC_SUSET rather than PGC_USERSET.Fujii Masao
2015-07-09Add .gitignore entries for AIX-specific intermediate build artifacts.Noah Misch
2015-07-09Revoke support for strxfrm() that write past the specified array length.Noah Misch
2015-07-07Fix logical decoding bug leading to inefficient reopening of files.Andres Freund
2015-07-07Make RLS related error messages more consistent and compliant.Joe Conway
2015-07-06Call getsockopt() on the correct socket.Heikki Linnakangas
2015-07-06Don't set SO_SNDBUF on recent Windows versions that have a bigger default.Heikki Linnakangas
2015-07-02Fix misuse of TextDatumGetCString().Tom Lane
2015-07-02Add an optional missing_ok argument to SQL function current_setting().Tom Lane
2015-07-02Remove obsolete heap_formtuple/modifytuple/deformtuple functions.Heikki Linnakangas
2015-07-02Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas
2015-07-01Don't leave pg_hba and pg_ident data lying around in running backends.Tom Lane
2015-07-01Make sampler_random_fract() actually obey its API contract.Tom Lane
2015-07-01Make XLogFileCopy() look the same as in 9.4.Fujii Masao
2015-06-30Remove useless check for NULL subexpression.Tom Lane
2015-06-30Don't call PageGetSpecialPointer() on page until it's been initialized.Heikki Linnakangas
2015-06-30In bttext_abbrev_convert, move pfree to the right place.Robert Haas
2015-06-29Initialize GIN metapage correctly when replaying metapage-update WAL record.Heikki Linnakangas
2015-06-29Code + docs review for escaping of option values (commit 11a020eb6).Tom Lane
2015-06-29Translation updatesPeter Eisentraut
2015-06-29Run the C portions of guc-file.l through pgindent.Tom Lane
2015-06-28Improve design and implementation of pg_file_settings view.Tom Lane
2015-06-28Also trigger restartpoints based on max_wal_size on standby.Heikki Linnakangas
2015-06-28Promote the assertion that XLogBeginInsert() is not called twice into ERROR.Heikki Linnakangas