summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-04-06pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera
2015-04-06Fix object identities for pg_conversion objectsAlvaro Herrera
2015-04-05Reduce lock levels of some trigger DDL and add FKsSimon Riggs
2015-04-04Fix incorrect matching of subexpressions in outer-join plan nodes.Tom Lane
2015-04-04Fix numeric abbreviation for --disable-float8-byval.Robert Haas
2015-04-03Remove unnecessary variables in _hash_splitbucket().Tom Lane
2015-04-03Transform ALTER TABLE/SET TYPE/USING expr during parse analysisAlvaro Herrera
2015-04-03Add log_min_autovacuum_duration per-table optionAlvaro Herrera
2015-04-03Have autovacuum workers listen to SIGHUP, tooAlvaro Herrera
2015-04-03Fix error handling of XLogReaderAllocate in case of OOMFujii Masao
2015-04-03Change the way we decide whether to give up on abbreviated text keys.Robert Haas
2015-04-03Rework handling of OOM when allocating record buffer in XLOG reader.Fujii Masao
2015-04-03Add palloc_extended for frontend and backend.Fujii Masao
2015-04-03Fix rare startup failure induced by MVCC-catalog-scans patch.Tom Lane
2015-04-02Repair stupid mistake in preprocessor directive.Robert Haas
2015-04-02After a crash, don't restart workers with BGW_NEVER_RESTART.Robert Haas
2015-04-02Use abbreviated keys for faster sorting of numeric datums.Robert Haas
2015-04-02autovacuum: Fix polarity of "wraparound" variableAlvaro Herrera
2015-04-02Add missing calls to DatumGetUInt32.Robert Haas
2015-04-02Define integer limits independently from the system definitions.Andres Freund
2015-04-02Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.Robert Haas
2015-04-02Correct comment to use RS_EPHEMERALSimon Riggs
2015-04-01Provide real selectivity estimators for inet/cidr operators.Tom Lane
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-03-30Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.Tom Lane
2015-03-30Change array_offset to return subscripts, not offsetsAlvaro Herrera
2015-03-30Fix lost persistence setting during REINDEX INDEXAlvaro Herrera
2015-03-30Be more careful about printing constants in ruleutils.c.Tom Lane
2015-03-30Fix rare core dump in BackendIdGetTransactionIds().Tom Lane
2015-03-30Add index-only scan support to range type GiST opclass.Heikki Linnakangas
2015-03-29Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.Tom Lane
2015-03-29Make ginbuild's funcCtx be independent of its tmpCtx.Tom Lane
2015-03-29Remove a couple other vestigial yylex() declarations.Tom Lane
2015-03-28Add index-only scan support to inet GiST opclass.Heikki Linnakangas
2015-03-26Fix GiST index-only scans for opclasses with different storage type.Heikki Linnakangas
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas
2015-03-26Minor cleanup of GiST code, for readability.Heikki Linnakangas
2015-03-26Suppress some unused-variable complaints in new LOCK_DEBUG code.Tom Lane
2015-03-26Make SyncRepWakeQueue to a static functionTatsuo Ishii
2015-03-25Add an ASSERT statement in plpgsql.Tom Lane
2015-03-25Centralize definition of integer limits.Andres Freund
2015-03-25Return ObjectAddress in many ALTER TABLE sub-routinesAlvaro Herrera
2015-03-25Reduce pinning and buffer content locking for btree scans.Kevin Grittner
2015-03-25Add OID output argument to DefineTSConfigurationAlvaro Herrera
2015-03-25Fix bug for array-formatted identities of user mappingsAlvaro Herrera
2015-03-25Fix gram.y comment to match realityAlvaro Herrera
2015-03-24Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINTBruce Momjian
2015-03-24Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.Tom Lane
2015-03-23Apply table and domain CHECK constraints in name order.Tom Lane