index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Commit message (
Expand
)
Author
Age
*
Fix CatalogTupleInsert/Update abstraction for case of shared indstate.
Tom Lane
2017-02-01
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Invent pg_hba_file_rules view to show the content of pg_hba.conf.
Tom Lane
2017-01-30
*
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-29
*
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
*
Fill in no_priv_msg for publications and subscriptions
Peter Eisentraut
2017-01-26
*
Add object_address tests for publications and subscriptions
Peter Eisentraut
2017-01-26
*
Update copyright years in some recently added files
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
*
Be more aggressive in avoiding tuple conversion.
Robert Haas
2017-01-24
*
Set ecxt_scantuple correctly for tuple routing.
Robert Haas
2017-01-24
*
Reindent table partitioning code.
Robert Haas
2017-01-24
*
Remove unused variable.
Robert Haas
2017-01-24
*
Don't invoke arbitrary code inside a possibly-aborted transaction.
Robert Haas
2017-01-24
*
Fix pointer confusion
Peter Eisentraut
2017-01-23
*
Add missing break
Peter Eisentraut
2017-01-22
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Fix comparison logic in partition_bounds_equal for non-finite bounds.
Robert Haas
2017-01-20
*
Logical replication
Peter Eisentraut
2017-01-20
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
Avoid some code duplication in map_partition_varattnos().
Robert Haas
2017-01-19
*
Fix some problems in check_new_partition_bound().
Robert Haas
2017-01-19
*
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
2017-01-19
*
Update information_schema queries and system views for new relkind.
Robert Haas
2017-01-18
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
*
Add function to import operating system collations
Peter Eisentraut
2017-01-18
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Remove unnecessary include
Peter Eisentraut
2017-01-17
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Fix a bug in how we generate partition constraints.
Robert Haas
2017-01-13
*
Assorted code improvements for table partitioning.
Robert Haas
2017-01-04
*
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-29
*
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-22
*
Add pg_sequence system catalog
Peter Eisentraut
2016-12-20
*
Invalid parent's relcache after CREATE TABLE .. PARTITION OF.
Robert Haas
2016-12-19
*
Fix bugs in RelationGetPartitionDispatchInfo.
Robert Haas
2016-12-13
*
Clean up code, comments, and formatting for table partitioning.
Robert Haas
2016-12-13
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Silence compiler warning.
Robert Haas
2016-12-08
*
Log the creation of an init fork unconditionally.
Robert Haas
2016-12-08
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
*
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-12-02
*
Fix test about ignoring extension dependencies during extension scripts.
Tom Lane
2016-11-26
*
Add pg_sequences view
Peter Eisentraut
2016-11-18
[next]