index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
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
2013-07-23
Additional regression tests for ALTER OPERATOR FAMILY.
Robert Haas
2013-07-22
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-19
Fix regex match failures for backrefs combined with non-greedy quantifiers.
Tom Lane
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-07-17
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-15
Regression tests for LOCK TABLE.
Robert Haas
2013-07-08
Fix planning of parameterized appendrel paths with expensive join quals.
Tom Lane
2013-07-06
Rename a function to avoid naming conflict in parallel regression tests.
Tom Lane
[next]