index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Replace isMD5() with a more future-proof way to check if pw is encrypted.
Heikki Linnakangas
2017-02-01
*
Don't create "holes" in BufFiles, in the new logtape code.
Heikki Linnakangas
2017-02-01
*
Small fixes to the Perl scripts to create unicode conversion tables.
Heikki Linnakangas
2017-02-01
*
Move comment about test slightly closer to test.
Robert Haas
2017-01-31
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES
Stephen Frost
2017-01-31
*
perltidy pg_dump TAP tests
Stephen Frost
2017-01-31
*
test_pg_dump: perltidy cleanup
Stephen Frost
2017-01-31
*
Simplify some long-obsolete code in hba.c's next_token().
Tom Lane
2017-01-30
*
Invent pg_hba_file_rules view to show the content of pg_hba.conf.
Tom Lane
2017-01-30
*
Add a regression test script dedicated to exercising system views.
Tom Lane
2017-01-30
*
Make psql reject attempts to set special variables to invalid values.
Tom Lane
2017-01-30
*
Fix sequence test in cs_CZ locale
Peter Eisentraut
2017-01-30
*
Additional test coverage for sequences
Peter Eisentraut
2017-01-30
*
Update time zone data files to tzdata release 2016j.
Tom Lane
2017-01-30
*
Remove leftover reference to "indirect blocks" in comment.
Heikki Linnakangas
2017-01-30
*
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-29
*
test_pg_dump TAP test whitespace cleanup
Stephen Frost
2017-01-29
*
Fix typo in comment.
Robert Haas
2017-01-27
*
Refactor bitmap heap scan estimation of heap pages fetched.
Robert Haas
2017-01-27
*
Restructure hba.c to replace 3 parallel lists with single list of structs.
Tom Lane
2017-01-27
*
Improve comments about ProcessUtility's queryString parameter.
Tom Lane
2017-01-27
*
Orthography fixes for new castNode() macro.
Tom Lane
2017-01-27
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-26
*
Remove test for COMMENT ON DATABASE
Alvaro Herrera
2017-01-26
*
Fill in no_priv_msg for publications and subscriptions
Peter Eisentraut
2017-01-26
*
doc: Update privileges documentation
Peter Eisentraut
2017-01-26
*
Simplify sequence test
Peter Eisentraut
2017-01-26
*
Check interrupts during hot standby waits
Simon Riggs
2017-01-26
*
Add object_address tests for publications and subscriptions
Peter Eisentraut
2017-01-26
*
Reset hot standby xmin on master after restart
Simon Riggs
2017-01-26
*
Ensure that a tsquery like '!foo' matches empty tsvectors.
Tom Lane
2017-01-26
*
Fix typo in description for pg_replication_origin_advance function.
Fujii Masao
2017-01-27
*
Fix typo: pg_statistics -> pg_statistic
Peter Eisentraut
2017-01-25
*
Introduce convenience macros to hide JsonbContainer header accesses better.
Tom Lane
2017-01-25
*
doc: Fix typo
Peter Eisentraut
2017-01-25
*
doc: Logical replication documentation improvements
Peter Eisentraut
2017-01-25
*
Update copyright years in some recently added files
Peter Eisentraut
2017-01-25
*
Close replication connection when slot creation errors
Peter Eisentraut
2017-01-25
*
Remove vestigial resolveUnknown arguments from transformSortClause etc.
Tom Lane
2017-01-25
*
doc: Fix typo
Peter Eisentraut
2017-01-25
*
Make UNKNOWN into an actual pseudo-type.
Tom Lane
2017-01-25
*
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-25
*
doc: Update ALTER SEQUENCE documentation to match
Peter Eisentraut
2017-01-25
*
Improve speed of contrib/postgres_fdw regression tests.
Tom Lane
2017-01-25
*
Be more aggressive in avoiding tuple conversion.
Robert Haas
2017-01-24
*
Use non-conflicting table names in new regression test case.
Tom Lane
2017-01-24
*
pg_dump: Fix some schema issues when dumping sequences
Peter Eisentraut
2017-01-24
[next]