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
*
Fix ALTER SUBSCRIPTION grammar ambiguity
Peter Eisentraut
2017-06-05
*
Don't be so trusting that shm_toc_lookup() will always succeed.
Tom Lane
2017-06-05
*
Disallow CREATE INDEX if table is already in use in current session.
Tom Lane
2017-06-04
*
Fix old corner-case logic error in final_cost_nestloop().
Tom Lane
2017-06-03
*
Make ALTER SEQUENCE, including RESTART, fully transactional.
Andres Freund
2017-06-01
*
Fix improper quoting of format_type_be() output.
Tom Lane
2017-05-29
*
Make edge-case behavior of jsonb_populate_record match json_populate_record
Tom Lane
2017-05-29
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Avoid locale-dependent output in select_views regression test.
Tom Lane
2017-05-28
*
Move autogenerated array types out of the way during ALTER ... RENAME.
Tom Lane
2017-05-26
*
Fix table syncing with different column order
Peter Eisentraut
2017-05-24
*
Fix precision and rounding issues in money multiplication and division.
Tom Lane
2017-05-21
*
Copy partitioned_rels lists to avoid shared substructure.
Robert Haas
2017-05-19
*
Don't explicitly mark range partitioning columns NOT NULL.
Robert Haas
2017-05-18
*
Improve CREATE SUBSCRIPTION option parsing
Peter Eisentraut
2017-05-17
*
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Add more tests for CREATE SUBSCRIPTION
Peter Eisentraut
2017-05-17
*
Revert "Add a test for transition table usage in FOR EACH ROW trigger."
Kevin Grittner
2017-05-16
*
Add a test for transition table usage in FOR EACH ROW trigger.
Kevin Grittner
2017-05-16
*
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-16
*
In SSL tests, don't scribble on permissions of a repo file.
Tom Lane
2017-05-15
*
Update oidjoins regression test for v10.
Tom Lane
2017-05-15
*
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-05-15
*
Fix ALTER SEQUENCE locking
Peter Eisentraut
2017-05-15
*
stats regression test's wait_for_stats() must check timestamp too.
Tom Lane
2017-05-14
*
Make stats regression test more robust in the face of parallel query.
Tom Lane
2017-05-14
*
Fix handling of extended statistics during ALTER COLUMN TYPE.
Tom Lane
2017-05-14
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Teach \d+ to show partitioning constraints.
Robert Haas
2017-05-13
*
Fix multi-column range partitioning constraints.
Robert Haas
2017-05-13
*
Avoid hard-wired sleep delays in stats regression test.
Tom Lane
2017-05-13
*
Use a better way of skipping all subscription tests on Windows
Andrew Dunstan
2017-05-13
*
Fix dependencies for extended statistics objects.
Tom Lane
2017-05-12
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-12
*
Avoid tests which crash the calling process on Windows
Andrew Dunstan
2017-05-12
*
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-11
*
Prohibit transition tables on views and foreign tables.
Robert Haas
2017-05-09
*
Don't permit transition tables with TRUNCATE triggers.
Robert Haas
2017-05-09
*
Disallow finite partition bound following earlier UNBOUNDED column.
Robert Haas
2017-05-09
*
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
2017-05-09
*
Check connection info string in ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-08
*
Match pg_user_mappings limits to information_schema.user_mapping_options.
Noah Misch
2017-05-08
*
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
*
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-08
*
Make SCRAM salts and nonces longer.
Heikki Linnakangas
2017-05-05
*
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-05-04
*
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-05-03
[next]