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
2015-03-19
Add flags argument to dsm_create.
Robert Haas
2015-03-18
array_offset() and array_offsets()
Alvaro Herrera
2015-03-18
Setup cursor position for schema-qualified elements
Alvaro Herrera
2015-03-16
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-12
Support flattening of empty-FROM subqueries and one-row VALUES tables.
Tom Lane
2015-03-12
Fix old bug in get_loop_count().
Tom Lane
2015-03-11
Support default ACLs in get_object_address
Alvaro Herrera
2015-03-11
Support user mappings in get_object_address
Alvaro Herrera
2015-03-11
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-10
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-07
Add CHECK_FOR_INTERRUPTS() to the wait_pid() loop.
Noah Misch
2015-03-07
Remove rolcatupdate
Peter Eisentraut
2015-03-06
Add some more tests on event triggers
Alvaro Herrera
2015-03-05
Fix user mapping object description
Alvaro Herrera
2015-03-01
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
Fix intermittent failure in event_trigger test
Alvaro Herrera
2015-02-28
Fix planning of star-schema-style queries.
Tom Lane
2015-02-27
Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADE
Alvaro Herrera
2015-02-26
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-02-26
Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.
Noah Misch
2015-02-26
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-24
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-02-20
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-16
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-03
Remove remnants of ImmediateInterruptOK handling.
Andres Freund
2015-02-03
Remove unused "m" field in LSEG.
Tom Lane
2015-01-30
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-29
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-24
Clean up some mess in row-security patches.
Tom Lane
2015-01-22
Tweak BRIN minmax operator class
Alvaro Herrera
2015-01-22
adjust ACL owners for REASSIGN and ALTER OWNER TO
Bruce Momjian
2015-01-20
In pg_regress, remove the temporary installation upon successful exit.
Tom Lane
2015-01-18
Activate low-volume optional logging during regression test runs.
Noah Misch
2015-01-16
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-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-12
Avoid unexpected slowdown in vacuum regression test.
Tom Lane
[next]