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
2013-11-06
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-11-04
Fix breakage of MV column name list usage.
Kevin Grittner
2013-11-02
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-11-01
Remove CTimeZone/HasCTZSet, root and branch.
Tom Lane
2013-11-01
Remove internal uses of CTimeZone/HasCTZSet.
Tom Lane
2013-11-01
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-10-28
Add large object functions catering to SQL callers.
Noah Misch
2013-10-26
Use unaligned output in selected regression queries to reduce diff noise.
Tom Lane
2013-10-25
Revert "Tweak "line" test to avoid negative zeros on some platforms"
Tom Lane
2013-10-25
Tweak "line" test to avoid negative zeros on some platforms
Peter Eisentraut
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-18
Allow only some columns of a view to be auto-updateable.
Robert Haas
2013-10-16
Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate
Bruce Momjian
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-13
Tweak "line" test to avoid platform-specific floating-point output
Peter Eisentraut
2013-10-10
Update regression tests for line type patch
Peter Eisentraut
2013-10-10
json_typeof function.
Andrew Dunstan
2013-10-10
Revive line type
Peter Eisentraut
2013-10-09
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-08
Allow drop-index-concurrently-1 test to run at any isolation level.
Kevin Grittner
2013-10-08
Auto-tune effective_cache size to be 4x shared buffers
Bruce Momjian
2013-10-07
Make DISCARD SEQUENCES also discard the last used sequence.
Robert Haas
2013-10-07
plpgsql: Add new option print_strict_params.
Robert Haas
2013-10-04
add multixact-no-deadlock to schedule
Alvaro Herrera
2013-10-04
Make some isolationtester specs more complete
Alvaro Herrera
2013-10-04
isolationtester: Allow tuples to be returned in more places
Alvaro Herrera
2013-10-04
Issue error on SET outside transaction block in some cases
Bruce Momjian
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-10-03
psql: Make \pset without arguments show all settings.
Robert Haas
2013-09-23
Use @libdir@ in both of regress/{input,output}/security_label.source
Noah Misch
2013-09-23
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-09-03
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-03
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-08-31
Improve regression test for #8410.
Tom Lane
2013-08-30
Add test case for bug #8410.
Tom Lane
2013-08-23
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-19
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-18
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-15
Improve error message when view is not updatable
Peter Eisentraut
2013-08-14
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
Tom Lane
2013-08-09
Message punctuation and pluralization fixes
Peter Eisentraut
2013-08-02
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-08-01
Allow a context to be passed in for error handling
Stephen Frost
2013-07-31
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-30
Restore REINDEX constraint validation.
Noah Misch
2013-07-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-25
Improvements to GetErrorContextStack()
Stephen Frost
2013-07-24
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-07-23
Further hacking on ruleutils' new column-alias-assignment code.
Tom Lane
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
[next]