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
/
include
/
catalog
/
pg_proc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Add index OID macro argument to DECLARE_INDEX
Peter Eisentraut
2021-06-29
1
-4
/
+2
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
1
-1
/
+1
*
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-15
1
-1
/
+1
*
SQL-standard function body
Peter Eisentraut
2021-04-07
1
-1
/
+5
*
Remove special BKI_LOOKUP magic for namespace and role OIDs.
Tom Lane
2021-02-03
1
-2
/
+2
*
Build in some knowledge about foreign-key relationships in the catalogs.
Tom Lane
2021-02-02
1
-6
/
+6
*
Add primary keys and unique constraints to system catalogs
Peter Eisentraut
2021-01-30
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
1
-0
/
+5
*
Move catalog toast table declarations
Peter Eisentraut
2020-11-07
1
-0
/
+2
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
1
-1
/
+1
*
Be more careful about marking catalog columns NOT NULL by default.
Tom Lane
2020-07-21
1
-1
/
+1
*
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
1
-3
/
+3
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
1
-2
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-25
/
+25
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
1
-2
/
+3
*
Use symbolic references for pg_language OIDs in the bootstrap data.
Tom Lane
2019-01-03
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-0
/
+2
*
Improve consistency of comments in system catalog headers.
Tom Lane
2018-04-19
1
-1
/
+1
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
1
-0
/
+34
*
Replace our traditional initial-catalog-data format with a better design.
Tom Lane
2018-04-08
1
-5561
/
+76
*
Add json(b)_to_tsvector function
Teodor Sigaev
2018-04-07
1
-8
/
+16
*
Support new default roles with adminpack
Stephen Frost
2018-04-06
1
-2
/
+6
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
1
-0
/
+5
*
Add websearch_to_tsquery
Teodor Sigaev
2018-04-05
1
-0
/
+4
*
Add prefix operator for TEXT type.
Teodor Sigaev
2018-04-03
1
-0
/
+5
*
Enhance pg_stat_wal_receiver view to display host and port of sender server.
Fujii Masao
2018-03-31
1
-1
/
+1
*
Fix bogus provolatile/proparallel markings on a few built-in functions.
Tom Lane
2018-03-30
1
-14
/
+14
*
Add casts from jsonb
Teodor Sigaev
2018-03-29
1
-0
/
+16
*
Basic JIT provider and error handling infrastructure.
Andres Freund
2018-03-21
1
-0
/
+2
*
Change oddly-chosen OID allocation.
Tom Lane
2018-03-21
1
-1
/
+1
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
1
-2887
/
+2893
*
Add window RANGE support for float4, float8, numeric.
Tom Lane
2018-02-24
1
-0
/
+6
*
Add user-callable SHA-2 functions
Peter Eisentraut
2018-02-22
1
-2
/
+10
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
1
-0
/
+28
*
Ability to advance replication slots
Simon Riggs
2018-01-17
1
-0
/
+2
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Add polygon opclass for SP-GiST
Teodor Sigaev
2017-12-25
1
-0
/
+5
*
Set proargmodes for satisfies_hash_partition.
Robert Haas
2017-11-17
1
-1
/
+1
*
Add hash partitioning.
Robert Haas
2017-11-09
1
-0
/
+4
*
Remove secondary checkpoint
Simon Riggs
2017-11-07
1
-1
/
+1
*
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-19
1
-16
/
+0
*
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
1
-0
/
+9
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
1
-0
/
+54
*
Rethink behavior of pg_import_system_collations().
Tom Lane
2017-06-23
1
-2
/
+3
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-9
/
+9
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-3
/
+3
[next]