index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Commit message (
Expand
)
Author
Age
Files
Lines
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
2
-0
/
+104
*
Fix direct access to Relation->rd_indpred.
Tom Lane
2013-07-18
1
-1
/
+1
*
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
3
-44
/
+510
*
Switch user ID to the object owner when populating a materialized view.
Noah Misch
2013-07-12
2
-0
/
+49
*
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
6
-10
/
+17
*
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-04
2
-17
/
+37
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
16
-144
/
+115
*
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-29
1
-0
/
+139
*
Assert that ALTER TABLE subcommands have pass set
Simon Riggs
2013-06-29
1
-2
/
+4
*
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
1
-138
/
+0
*
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-24
1
-0
/
+138
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
1
-1
/
+1
*
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-06-13
1
-2
/
+4
*
Don't pass oidvector by value.
Noah Misch
2013-06-12
2
-5
/
+5
*
Don't use ordinary NULL-terminated strings as Name datums.
Noah Misch
2013-06-12
2
-3
/
+9
*
Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.
Robert Haas
2013-06-06
1
-0
/
+18
*
Provide better message when CREATE EXTENSION can't find a target schema.
Tom Lane
2013-06-04
1
-3
/
+7
*
Post-pgindent cleanup
Stephen Frost
2013-06-01
3
-8
/
+19
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
22
-327
/
+337
*
Print line number correctly in COPY.
Heikki Linnakangas
2013-05-23
1
-14
/
+40
*
Clarify documentation of EXPLAIN (TIMING OFF) option.
Tom Lane
2013-05-19
1
-0
/
+4
*
Allow CREATE FOREIGN TABLE to include SERIAL columns.
Tom Lane
2013-05-15
2
-12
/
+10
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
4
-44
/
+48
*
Prevent (auto)vacuum from truncating first page of populated matview.
Kevin Grittner
2013-05-02
1
-0
/
+6
*
Ensure we MarkBufferDirty before visibilitymap_set()
Simon Riggs
2013-04-30
1
-21
/
+26
*
Ensure ANALYZE phase is not skipped because of canceled truncate.
Kevin Grittner
2013-04-29
1
-36
/
+22
*
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
3
-5
/
+6
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
2
-24
/
+1
*
Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.
Tom Lane
2013-04-25
1
-8
/
+15
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
7
-170
/
+70
*
Remove quotes around SQL statement in error message
Alvaro Herrera
2013-04-11
1
-1
/
+1
*
Fix confusion between ObjectType and ObjectClass
Alvaro Herrera
2013-04-11
1
-2
/
+89
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
3
-15
/
+15
*
Adjust ExplainOneQuery_hook_type to take a DestReceiver argument.
Robert Haas
2013-04-09
1
-1
/
+1
*
Fix checksums for CLUSTER, VACUUM FULL etc.
Simon Riggs
2013-04-07
1
-1
/
+11
*
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-28
1
-78
/
+440
*
Fix problems with incomplete attempt to prohibit OIDS with MVs.
Kevin Grittner
2013-03-22
2
-2
/
+6
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
4
-8
/
+12
*
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-20
1
-52
/
+0
*
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-18
2
-7
/
+0
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
17
-29
/
+229
*
Allow default expressions to be attached to columns of foreign tables.
Tom Lane
2013-03-12
1
-12
/
+2
*
Support writable foreign tables.
Tom Lane
2013-03-10
2
-12
/
+38
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
1
-1
/
+1
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
13
-60
/
+22
*
WAL-log the extension of a new empty MV heap which is being populated.
Kevin Grittner
2013-03-06
1
-1
/
+7
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
17
-159
/
+708
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
1
-55
/
+150
*
Correct tense in log message
Peter Eisentraut
2013-02-23
1
-1
/
+1
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
1
-0
/
+1
[next]