index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-04-25
Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.
Tom Lane
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-11
Remove quotes around SQL statement in error message
Alvaro Herrera
2013-04-11
Fix confusion between ObjectType and ObjectClass
Alvaro Herrera
2013-04-09
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.
Robert Haas
2013-04-07
Fix checksums for CLUSTER, VACUUM FULL etc.
Simon Riggs
2013-03-28
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-22
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-20
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-18
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-12
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-10
Support writable foreign tables.
Tom Lane
2013-03-07
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-07
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-04
Add a materialized view relations.
Kevin Grittner
2013-02-27
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-24
Correct tense in log message
Peter Eisentraut
2013-02-22
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-18
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-13
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-09
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-02
Adjust COPY FREEZE error message to be more accurate and consistent.
Bruce Momjian
2013-02-01
Fix typo in freeze_table_age implementation
Alvaro Herrera
2013-01-29
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-26
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-23
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-21
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-21
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-18
Protect against SnapshotNow race conditions in pg_tablespace scans.
Tom Lane
2013-01-15
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-07
Fix incorrect error message when schema-CREATE permission is absent.
Robert Haas
2013-01-05
Make some spelling more consistent
Peter Eisentraut
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-31
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-29
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-24
Update comments on rd_newRelfilenodeSubid.
Simon Riggs
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-21
Make some messages more consistent in style
Peter Eisentraut
2012-12-20
Fix pg_extension_config_dump() to handle update cases more sanely.
Tom Lane
[next]