index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Commit message (
Expand
)
Author
Age
*
Fix user mapping object description
Alvaro Herrera
2015-03-05
*
Add comment for "is_internal" parameter
Alvaro Herrera
2015-03-03
*
Fix object identities for pg_conversion objects
Alvaro Herrera
2015-02-18
*
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-02-04
*
Fix dependency searching for case where column is visited before table.
Tom Lane
2014-11-11
*
Remove obsolete commentary.
Tom Lane
2014-10-28
*
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-07
*
Update SQL features list
Peter Eisentraut
2014-07-21
*
Fix REASSIGN OWNED for text search objects
Alvaro Herrera
2014-07-15
*
Remove use_json_as_text options from json_to_record/json_populate_record.
Tom Lane
2014-06-29
*
Consistently spell a replication slot's name as slot_name.
Andres Freund
2014-06-05
*
Fix longstanding bug in HeapTupleSatisfiesVacuum().
Andres Freund
2014-06-04
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
*
Record the proper typmod for an index expression column.
Tom Lane
2014-04-26
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
*
Fix object identities for text search objects
Alvaro Herrera
2014-04-16
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
*
Cleanup around json_to_record/json_to_recordset
Andrew Dunstan
2014-03-26
*
Introduce jsonb, a structured format for storing json.
Andrew Dunstan
2014-03-23
*
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-19
*
During index build, check and elog (not just Assert) for broken HOT chain.
Tom Lane
2014-03-17
*
C comments: improve description of relfilenode uniqueness
Bruce Momjian
2014-03-08
*
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-03-04
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-25
*
Switch various builtin functions to use pg_lsn instead of text.
Robert Haas
2014-02-19
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-29
*
Fix typo in README
Heikki Linnakangas
2014-01-27
*
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-23
*
Avoid a possible relcache leak in get_object_address_attribute.
Robert Haas
2014-01-21
*
Make various variables const (read-only).
Tom Lane
2014-01-18
*
Accept pg_upgraded tuples during multixact freezing
Alvaro Herrera
2014-01-10
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Restore some comments lost during 15732b34e8c8
Alvaro Herrera
2014-01-03
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
*
Avoid useless palloc during transaction commit
Alvaro Herrera
2013-12-20
*
Move pg_upgrade_support global variables to their own include file
Bruce Momjian
2013-12-19
*
Allow on-detach callbacks for dynamic shared memory segments.
Robert Haas
2013-12-18
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-28
*
Implement information_schema.parameters.parameter_default column
Peter Eisentraut
2013-11-26
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Allow aggregates to provide estimates of their transition state data size.
Tom Lane
2013-11-16
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
[next]