index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
Age
Commit message (
Expand
)
Author
2012-09-12
Fix a couple other leftover uses of 'conisonly' terminology.
Tom Lane
2012-08-11
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-30
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-11
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-05-10
Revert catalog bump; was post-beta1, and unnecessary.
Bruce Momjian
2012-05-10
Update comment for 'name' data type to say 63 "bytes".
Bruce Momjian
2012-05-02
More duplicate word removal.
Robert Haas
2012-04-30
Converge all SQL-level statistics timing values to float8 milliseconds.
Tom Lane
2012-04-29
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-20
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-14
pg_size_pretty(numeric)
Robert Haas
2012-04-13
Rename bytea_agg to string_agg and add delimiter argument
Peter Eisentraut
2012-04-06
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-05
checkopint -> checkpoint
Robert Haas
2012-04-05
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
Expose track_iotiming data via the statistics collector.
Robert Haas
2012-04-03
Add support for renaming domain constraints
Peter Eisentraut
2012-03-23
Code review for protransform patches.
Tom Lane
2012-03-19
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-11
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-09
Extend object access hook framework to support arguments, and DROP.
Robert Haas
2012-03-08
Fix some issues with temp/transient tables in extension scripts.
Tom Lane
2012-03-04
Add function pg_xlog_location_diff to help comparisons
Magnus Hagander
2012-03-03
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-02
Add COLLATION FOR expression
Peter Eisentraut
2012-03-01
Remove TOAST table from pg_database
Alvaro Herrera
2012-02-27
ALTER TABLE: skip FK validation when it's safe to do so
Alvaro Herrera
2012-02-19
Improve pretty printing of viewdefs.
Andrew Dunstan
2012-02-14
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-13
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-08
Support min/max index optimizations on boolean columns.
Tom Lane
2012-02-08
Mark some more I/O-conversion-invoking functions as stable not volatile.
Tom Lane
2012-02-08
Add transform functions for various temporal typmod coercisions.
Robert Haas
2012-02-07
Add a transform function for varbit typmod coercisions.
Robert Haas
2012-02-07
Add a transform function for numeric typmod coercisions.
Robert Haas
2012-02-03
Add array_to_json and row_to_json functions.
Andrew Dunstan
2012-02-02
Allow spgist's text_ops to handle pattern-matching operators.
Robert Haas
2012-01-31
Catversion bump for JSON patch.
Robert Haas
2012-01-31
Built-in JSON data type.
Robert Haas
2012-01-27
Show default privileges in information schema
Peter Eisentraut
2012-01-27
Hide most variable-length fields from Form_pg_* structs
Peter Eisentraut
2012-01-26
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-25
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-19
Add bitwise AND, OR, and NOT operators for macaddr data type.
Robert Haas
2012-01-19
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-16
Prevent adding relations to a concurrently dropped schema.
Robert Haas
[next]