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-11-22
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-18
Count locked pages that don't need vacuuming as scanned.
Heikki Linnakangas
2013-11-16
Allow aggregates to provide estimates of their transition state data size.
Tom Lane
2013-11-15
Minor comment corrections for sequence hashtable patch.
Tom Lane
2013-11-15
Fix bogus hash table creation.
Heikki Linnakangas
2013-11-15
Use a hash table to store current sequence values.
Heikki Linnakangas
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-08
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-08
Fix subtly-wrong volatility checking in BeginCopyFrom().
Tom Lane
2013-11-06
Keep heap open until new heap generated in RMV.
Kevin Grittner
2013-11-05
Lock relation used to generate fresh data for RMV.
Kevin Grittner
2013-11-03
Acquire appropriate locks when rewriting during RMV.
Kevin Grittner
2013-11-01
Remove CTimeZone/HasCTZSet, root and branch.
Tom Lane
2013-11-01
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-28
Improve documentation about usage of FDW validator functions.
Tom Lane
2013-10-23
Fix two bugs in setting the vm bit of empty pages.
Heikki Linnakangas
2013-10-18
Allow only some columns of a view to be auto-updateable.
Robert Haas
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-09
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-07
Make DISCARD SEQUENCES also discard the last used sequence.
Robert Haas
2013-10-04
Fix silly thinko in ResetSequenceCaches.
Robert Haas
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-10-01
Add WaitForLockers in lmgr, refactoring index.c code
Alvaro Herrera
2013-09-26
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-09-23
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-09-16
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-03
Update comments concerning PGC_S_TEST.
Tom Lane
2013-09-03
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-08-28
Allow discovery of whether a dynamic background worker is running.
Robert Haas
2013-08-18
Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.
Kevin Grittner
2013-08-15
Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE.
Kevin Grittner
2013-08-14
Remove Assert that matview is not in system schema from REFRESH.
Kevin Grittner
2013-08-05
Various cleanups for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-08-01
Improve comments for IncrementalMaintenance DML enabling functions.
Kevin Grittner
2013-08-01
Remove SnapshotNow and HeapTupleSatisfiesNow.
Robert Haas
2013-07-30
Restore REINDEX constraint validation.
Noah Misch
2013-07-22
Fix cache flush hazard in ExecRefreshMatView.
Robert Haas
2013-07-22
Adjust HeapTupleSatisfies* routines to take a HeapTuple.
Robert Haas
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
Fix direct access to Relation->rd_indpred.
Tom Lane
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-12
Switch user ID to the object owner when populating a materialized view.
Noah Misch
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-06-28
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-28
Assert that ALTER TABLE subcommands have pass set
Simon Riggs
2013-06-24
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
[next]