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 locking clause for SB views for update/delete
Stephen Frost
2015-02-25
*
Fix dumping of views that are just VALUES(...) but have column aliases.
Tom Lane
2015-02-25
*
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-02-24
*
Remove unnecessary and unreliable test
Alvaro Herrera
2015-02-20
*
Have TRUNCATE update pgstat tuple counters
Alvaro Herrera
2015-02-20
*
Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp.
Tom Lane
2015-02-19
*
Split array_push into separate array_append and array_prepend functions.
Tom Lane
2015-02-18
*
Fix opclass/opfamily identity strings
Alvaro Herrera
2015-02-18
*
Fix object identities for pg_conversion objects
Alvaro Herrera
2015-02-18
*
In the SSL test suite, use a root CA cert that won't expire (so quickly)
Heikki Linnakangas
2015-02-16
*
Fix null-pointer-deref crash while doing COPY IN with check constraints.
Tom Lane
2015-02-15
*
pg_regress: Write processed input/*.source into output dir
Peter Eisentraut
2015-02-14
*
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
2015-02-03
*
Remove unused "m" field in LSEG.
Tom Lane
2015-02-03
*
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2015-01-30
*
Fix assorted oversights in range selectivity estimation.
Tom Lane
2015-01-30
*
Add usebypassrls to pg_user and pg_shadow
Stephen Frost
2015-01-28
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Clean up some mess in row-security patches.
Tom Lane
2015-01-24
*
Tweak BRIN minmax operator class
Alvaro Herrera
2015-01-22
*
adjust ACL owners for REASSIGN and ALTER OWNER TO
Bruce Momjian
2015-01-22
*
In pg_regress, remove the temporary installation upon successful exit.
Tom Lane
2015-01-19
*
Activate low-volume optional logging during regression test runs.
Noah Misch
2015-01-18
*
Show sort ordering options in EXPLAIN output.
Tom Lane
2015-01-16
*
Update "pg_regress --no-locale" for Darwin and Windows.
Noah Misch
2015-01-16
*
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-15
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Avoid unexpected slowdown in vacuum regression test.
Tom Lane
2015-01-12
*
Move rowsecurity event trigger test
Stephen Frost
2015-01-08
*
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2015-01-07
*
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-06
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix thinko in lock mode enum
Alvaro Herrera
2015-01-04
*
Don't run rowsecurity in parallel with other regression tests.
Tom Lane
2014-12-31
*
pg_event_trigger_dropped_objects: Add name/args output columns
Alvaro Herrera
2014-12-30
*
Add pg_identify_object_as_address
Alvaro Herrera
2014-12-30
*
Fix object_address expected output
Alvaro Herrera
2014-12-30
*
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-30
*
Restrict name list len for domain constraints
Alvaro Herrera
2014-12-26
*
Remove event trigger from object_address test
Alvaro Herrera
2014-12-26
*
Have config_sspi_auth() permit IPv6 localhost connections.
Noah Misch
2014-12-25
*
Remove failing collation case from object_address regression test.
Tom Lane
2014-12-23
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
*
Add SQL-callable pg_get_object_address
Alvaro Herrera
2014-12-23
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
*
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-23
*
pg_event_trigger_dropped_objects: add behavior flags
Alvaro Herrera
2014-12-19
*
Ensure variables live across calls in generate_series(numeric, numeric).
Fujii Masao
2014-12-18
*
Update .gitignore for config.cache.
Fujii Masao
2014-12-18
*
Fix previous commit for TAP test suites in VPATH builds.
Noah Misch
2014-12-18
[next]