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
*
Reject duplicate column names in foreign key referenced-columns lists.
Tom Lane
2014-08-09
1
-22
/
+29
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
1
-1
/
+0
*
Reject out-of-range numeric timezone specifications.
Tom Lane
2014-07-21
1
-0
/
+7
*
Adjust cutoff points in newly-added sanity tests.
Tom Lane
2014-07-21
1
-7
/
+15
*
Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values.
Tom Lane
2014-07-21
1
-26
/
+99
*
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-14
1
-2
/
+7
*
Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...
Fujii Masao
2014-07-14
1
-7
/
+10
*
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
2
-2
/
+145
*
Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.
Tom Lane
2014-07-01
1
-9
/
+77
*
Refactor CREATE/ALTER DATABASE syntax so options need not be keywords.
Tom Lane
2014-07-01
1
-23
/
+31
*
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-27
1
-3
/
+5
*
Don't allow relminmxid to go backwards during VACUUM FULL
Alvaro Herrera
2014-06-27
1
-0
/
+6
*
Don't allow foreign tables with OIDs.
Heikki Linnakangas
2014-06-24
1
-2
/
+1
*
Do all-visible handling in lazy_vacuum_page() outside its critical section.
Andres Freund
2014-06-20
1
-9
/
+17
*
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-06-20
1
-1
/
+0
*
Fix typos
Alvaro Herrera
2014-06-12
1
-1
/
+1
*
Prevent auto_explain from changing the output of a user's EXPLAIN.
Tom Lane
2014-05-20
1
-11
/
+16
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
33
-463
/
+472
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
2
-5
/
+3
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
1
-0
/
+8
*
Avoid transient bogus page contents when creating a sequence.
Heikki Linnakangas
2014-04-22
1
-39
/
+16
*
Set the all-visible flag on heap page before writing WAL record, not after.
Heikki Linnakangas
2014-04-17
1
-5
/
+11
*
Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".
Tom Lane
2014-04-16
1
-3
/
+3
*
Improve some O(N^2) behavior in window function evaluation.
Tom Lane
2014-04-13
1
-16
/
+11
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
2
-10
/
+2
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
1
-1
/
+100
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
3
-74
/
+118
*
Fix tablespace creation WAL replay to work on Windows.
Tom Lane
2014-04-04
1
-8
/
+25
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
2
-83
/
+343
*
Improve comments about AfterTriggerBeginQuery() query level usage.
Noah Misch
2014-03-23
1
-5
/
+11
*
Fix relcache reference leak in refresh_by_match_merge().
Tom Lane
2014-03-18
1
-28
/
+13
*
Avoid transaction-commit race condition while receiving a NOTIFY message.
Tom Lane
2014-03-13
1
-18
/
+24
*
C comments: improve description of relfilenode uniqueness
Bruce Momjian
2014-03-08
1
-2
/
+2
*
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-06
1
-1
/
+1
*
Provide a FORCE NULL option to COPY in CSV mode.
Andrew Dunstan
2014-03-04
1
-4
/
+70
*
Allow VACUUM FULL/CLUSTER to bump freeze horizons even for pg_class.
Robert Haas
2014-03-04
1
-1
/
+36
*
Introduce logical decoding.
Robert Haas
2014-03-03
5
-9
/
+26
*
Update a few comments to mention materialized views.
Robert Haas
2014-02-25
1
-5
/
+8
*
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-23
1
-6
/
+2
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
3
-50
/
+137
*
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
1
-1
/
+0
*
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-17
1
-1
/
+10
*
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-13
3
-11
/
+60
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
1
-1
/
+1
*
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-29
1
-1
/
+5
*
Include planning time in EXPLAIN ANALYZE output.
Robert Haas
2014-01-29
2
-4
/
+22
*
ALTER TABLESPACE ... MOVE ... OWNED BY
Stephen Frost
2014-01-23
2
-10
/
+22
*
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-23
5
-59
/
+257
*
Expose a routine to print triggers during EXPLAIN ANALYZE
Alvaro Herrera
2014-01-20
1
-23
/
+37
*
Fix typo in comment.
Fujii Masao
2014-01-21
1
-1
/
+1
[next]