index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Altering default privileges on schemas
Teodor Sigaev
2017-03-28
3
-6
/
+50
*
Improve performance of find_all_inheritors()
Teodor Sigaev
2017-03-27
1
-14
/
+44
*
Fix improper NULL handling in list partitioning code.
Robert Haas
2017-03-27
1
-3
/
+7
*
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-27
2
-36
/
+36
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
1
-1
/
+2
*
Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate.
Tom Lane
2017-03-26
1
-1
/
+5
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
3
-28
/
+20
*
Add COMMENT and SECURITY LABEL support for publications and subscriptions
Peter Eisentraut
2017-03-24
1
-0
/
+22
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
8
-0
/
+242
*
ICU support
Peter Eisentraut
2017-03-23
1
-14
/
+38
*
Replication lag tracking for walsenders
Simon Riggs
2017-03-23
1
-0
/
+3
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
5
-2
/
+292
*
Expose waitforarchive option through pg_stop_backup()
Stephen Frost
2017-03-22
1
-1
/
+7
*
Refactor GetOldestXmin() to use flags
Simon Riggs
2017-03-22
1
-1
/
+1
*
Add pg_ls_logdir() and pg_ls_waldir() functions.
Robert Haas
2017-03-16
1
-0
/
+3
*
Fix ancient get_object_address_opf_member bug
Alvaro Herrera
2017-03-16
1
-7
/
+11
*
Change the relkind for partitioned tables from 'P' to 'p'.
Tom Lane
2017-03-10
2
-23
/
+25
*
Fix portability problem in Catalog.pm.
Tom Lane
2017-03-09
1
-1
/
+5
*
Throw an error if a DATA() line contains wrong # of attributes.
Robert Haas
2017-03-09
1
-1
/
+27
*
Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAME
Peter Eisentraut
2017-03-07
1
-2
/
+2
*
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
2
-30
/
+13
*
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
1
-201
/
+246
*
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-06
1
-3
/
+3
*
psql: Add tab completion for logical replication
Peter Eisentraut
2017-03-03
1
-0
/
+4
*
Add pg_current_logfile() function.
Robert Haas
2017-03-03
1
-0
/
+2
*
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-03
1
-17
/
+13
*
Update comments overlooked by 2f5c9d9c9cec436e55847ec580606d7e88067df6.
Robert Haas
2017-03-02
1
-5
/
+5
*
Fix naming inconsistency
Peter Eisentraut
2017-03-01
1
-6
/
+6
*
Collect duplicate copies of oid_cmp()
Peter Eisentraut
2017-03-01
2
-32
/
+1
*
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-23
1
-77
/
+49
*
Optimize query for information_schema.constraint_column_usage
Peter Eisentraut
2017-02-17
1
-2
/
+2
*
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-10
2
-2
/
+3
*
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
1
-5
/
+5
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
3
-2
/
+10
*
Fix relcache leaks in get_object_address_publication_rel()
Peter Eisentraut
2017-02-07
1
-0
/
+4
*
Avoid permission failure in pg_sequences.last_value
Peter Eisentraut
2017-02-06
1
-1
/
+5
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Fix CatalogTupleInsert/Update abstraction for case of shared indstate.
Tom Lane
2017-02-01
4
-29
/
+67
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
14
-30
/
+48
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
20
-209
/
+107
*
Invent pg_hba_file_rules view to show the content of pg_hba.conf.
Tom Lane
2017-01-30
1
-0
/
+6
*
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-29
1
-22
/
+414
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
1
-1
/
+1
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
1
-2
/
+1
*
Fill in no_priv_msg for publications and subscriptions
Peter Eisentraut
2017-01-26
1
-0
/
+4
*
Add object_address tests for publications and subscriptions
Peter Eisentraut
2017-01-26
1
-2
/
+2
*
Update copyright years in some recently added files
Peter Eisentraut
2017-01-25
2
-2
/
+4
*
Make UNKNOWN into an actual pseudo-type.
Tom Lane
2017-01-25
1
-2
/
+1
*
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-25
1
-12
/
+2
*
Be more aggressive in avoiding tuple conversion.
Robert Haas
2017-01-24
1
-2
/
+1
[next]