summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2015-06-28Fix double-XLogBeginInsert call in GIN page splits.Heikki Linnakangas
2015-06-28Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas
2015-06-28Fix comment for GetCurrentIntegerTimestamp().Kevin Grittner
2015-06-27Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane
2015-06-27Fix typo in commentHeikki Linnakangas
2015-06-26Avoid hot standby cancels from VAC FREEZESimon Riggs
2015-06-26Fix DDL command collection for TRANSFORMAlvaro Herrera
2015-06-26Fix BRIN xlog replayAlvaro Herrera
2015-06-26Be more conservative about removing tablespace "symlinks".Robert Haas
2015-06-26Don't warn about creating temporary or unlogged hash indexes.Robert Haas
2015-06-26Reduce log level for background worker events from LOG to DEBUG1.Robert Haas
2015-06-26Fix the fallback memory barrier implementation to be reentrant.Andres Freund
2015-06-26Improve handling of CustomPath/CustomPlan(State) children.Robert Haas
2015-06-26Fix a couple of bugs with wal_log_hints.Heikki Linnakangas