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
/
test
Age
Commit message (
Expand
)
Author
2012-07-11
Add array_remove() and array_replace() functions.
Tom Lane
2012-07-10
Re-implement extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-05
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-02
Assorted message style improvements
Peter Eisentraut
2012-06-26
Make DROP FUNCTION hint more informative.
Robert Haas
2012-06-19
Share RI trigger code between NO ACTION and RESTRICT cases.
Tom Lane
2012-06-18
Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.
Tom Lane
2012-06-18
Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.
Tom Lane
2012-06-18
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-15
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-13
Revisit error message details for JSON input parsing.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
Revert error message on GLOBAL/LOCAL pending further discussion
Simon Riggs
2012-06-09
Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
Simon Riggs
2012-06-05
Fix bogus handling of control characters in json_lex_string().
Tom Lane
2012-05-24
Fix array overrun in regex code.
Tom Lane
2012-05-22
Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'
Robert Haas
2012-05-19
Fix incorrect logic in JSON number lexer
Peter Eisentraut
2012-05-16
Improve error message for ALTER COLUMN TYPE coercion failure.
Tom Lane
2012-05-15
Remove whitespace from end of lines
Peter Eisentraut
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-26
Fix oversight in recent parameterized-path patch.
Tom Lane
2012-04-26
Modify create_index regression test to avoid intermittent failures.
Tom Lane
2012-04-26
Fix planner's handling of RETURNING lists in writable CTEs.
Tom Lane
2012-04-24
Casts to or from a domain type are ignored; warn and document.
Robert Haas
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-21
Use fuzzy not exact cost comparison for the final tie-breaker in add_path.
Tom Lane
2012-04-21
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-19
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-13
Weaken the planner's tests for relevant joinclauses.
Tom Lane
2012-04-13
Rename bytea_agg to string_agg and add delimiter argument
Peter Eisentraut
2012-04-13
Consistently quote encoding and locale names in messages
Peter Eisentraut
2012-04-11
Silently ignore any nonexistent schemas that are listed in search_path.
Tom Lane
2012-04-06
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
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-05
Fix plpgsql named-cursor-parameter feature for variable name conflicts.
Tom Lane
2012-04-03
Add support for renaming domain constraints
Peter Eisentraut
2012-03-26
Fix COPY FROM for null marker strings that correspond to invalid encoding.
Tom Lane
2012-03-24
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-03-23
Code review for protransform patches.
Tom Lane
2012-03-20
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-17
Honor inputdir and outputdir when converting regression files.
Andrew Dunstan
2012-03-16
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-11
Teach SPGiST to store nulls and do whole-index scans.
Tom Lane
2012-03-10
Add support for renaming constraints
Peter Eisentraut
[next]