index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
misc.c
Commit message (
Expand
)
Author
Age
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Apply unconstify() in more places
Peter Eisentraut
2018-10-25
*
Refactor user-facing SQL functions signalling backends
Michael Paquier
2018-10-04
*
Support new default roles with adminpack
Stephen Frost
2018-04-06
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-05-24
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Fix wrong word in comment.
Robert Haas
2017-03-07
*
Fix incorrect comments.
Robert Haas
2017-03-06
*
Add pg_current_logfile() function.
Robert Haas
2017-03-03
*
Move atooid() definition to a central place
Peter Eisentraut
2017-03-01
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-14
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Message style and wording fixes
Peter Eisentraut
2016-06-07
*
Create default roles
Stephen Frost
2016-04-08
*
Use GRANT system to manage access to sensitive functions
Stephen Frost
2016-04-06
*
Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.
Tom Lane
2016-03-28
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
*
Introduce parse_ident()
Teodor Sigaev
2016-03-18
*
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-04
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Fix assorted inconsistencies in our calls of readlink().
Tom Lane
2015-05-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
GetUserId() changes to has_privs_of_role()
Stephen Frost
2015-03-19
*
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-08
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Allow only some columns of a view to be auto-updateable.
Robert Haas
2013-10-18
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Use WaitLatch, not pg_usleep, for delaying in pg_sleep().
Tom Lane
2013-06-15
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
[next]