index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Add large object functions catering to SQL callers.
Noah Misch
2013-10-27
*
Use unaligned output in selected regression queries to reduce diff noise.
Tom Lane
2013-10-26
*
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-25
*
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
*
Allow only some columns of a view to be auto-updateable.
Robert Haas
2013-10-18
*
Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate
Bruce Momjian
2013-10-16
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Tweak "line" test to avoid platform-specific floating-point output
Peter Eisentraut
2013-10-12
*
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-09
*
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-08
*
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-07
*
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-04
*
Add DISCARD SEQUENCES command.
Robert Haas
2013-10-03
*
psql: Make \pset without arguments show all settings.
Robert Haas
2013-10-03
*
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-23
*
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-09-03
*
Improve regression test for #8410.
Tom Lane
2013-08-30
*
Add test case for bug #8410.
Tom Lane
2013-08-30
*
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-23
*
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-19
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
*
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-14
*
Message punctuation and pluralization fixes
Peter Eisentraut
2013-08-09
*
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-08-02
*
Allow a context to be passed in for error handling
Stephen Frost
2013-08-01
*
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-31
*
Restore REINDEX constraint validation.
Noah Misch
2013-07-30
*
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-07-29
*
Improvements to GetErrorContextStack()
Stephen Frost
2013-07-25
*
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL
Stephen Frost
2013-07-24
*
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-23
*
Add infrastructure for mapping relfilenodes to relation OIDs.
Robert Haas
2013-07-22
*
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-18
*
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-07-16
[next]