index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Commit message (
Expand
)
Author
Age
*
Fix problems with incomplete attempt to prohibit OIDS with MVs.
Kevin Grittner
2013-03-22
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-20
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
*
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-12
*
Support writable foreign tables.
Tom Lane
2013-03-10
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
*
WAL-log the extension of a new empty MV heap which is being populated.
Kevin Grittner
2013-03-06
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
*
Correct tense in log message
Peter Eisentraut
2013-02-23
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
*
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-17
*
Fix bogus when-to-deregister-from-listener-array logic.
Tom Lane
2013-02-13
*
Update visibility map in the second phase of vacuum.
Heikki Linnakangas
2013-02-13
*
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
*
Adjust COPY FREEZE error message to be more accurate and consistent.
Bruce Momjian
2013-02-02
*
Fix typo in freeze_table_age implementation
Alvaro Herrera
2013-02-01
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn't
Heikki Linnakangas
2013-01-29
*
Issue ERROR if FREEZE mode can't be honored by COPY
Bruce Momjian
2013-01-26
*
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-26
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Fix a few small bugs in yesterday's event trigger patch.
Robert Haas
2013-01-22
*
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-21
*
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-21
*
Protect against SnapshotNow race conditions in pg_tablespace scans.
Tom Lane
2013-01-18
*
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-15
*
Fix incorrect error message when schema-CREATE permission is absent.
Robert Haas
2013-01-07
*
Make some spelling more consistent
Peter Eisentraut
2013-01-05
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-12-31
*
Fix compiler warning about uninitialized variable
Peter Eisentraut
2012-12-31
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
*
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-28
*
Update comments on rd_newRelfilenodeSubid.
Simon Riggs
2012-12-24
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Make some messages more consistent in style
Peter Eisentraut
2012-12-21
*
Fix pg_extension_config_dump() to handle update cases more sanely.
Tom Lane
2012-12-20
*
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-17
*
Disable event triggers in standalone mode.
Tom Lane
2012-12-11
*
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
2012-12-11
*
Optimize COPY FREEZE with CREATE TABLE also.
Simon Riggs
2012-12-07
*
Clarify that COPY FREEZE is not a hard rule.
Simon Riggs
2012-12-07
*
Avoid holding vmbuffer pin after VACUUM.
Simon Riggs
2012-12-03
*
Reduce scope of changes for COPY FREEZE.
Simon Riggs
2012-12-02
*
Allow adding values to an enum type created in the current transaction.
Tom Lane
2012-12-01
*
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-12-01
[next]