index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
misc.c
Age
Commit message (
Expand
)
Author
2022-08-06
Replace pgwin32_is_junction() with lstat().
Thomas Munro
2022-08-05
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-03-17
Fix pg_tablespace_location() with in-place tablespaces
Michael Paquier
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-01-17
Introduce log_destination=jsonlog
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-04-02
Do not rely on pgstat.h to indirectly include storage/ headers.
Andres Freund
2021-02-02
Build in some knowledge about foreign-key relationships in the catalogs.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-18
Allow most keywords to be used as column labels without requiring AS.
Tom Lane
2020-07-09
Fix pg_current_logfile() to not emit a carriage return on Windows.
Tom Lane
2020-04-08
Revert 0f5ca02f53
Alexander Korotkov
2020-04-07
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-03-16
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-21
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-01-21
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-14
Don't include heapam.h from others headers.
Andres Freund
2019-01-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-25
Apply unconstify() in more places
Peter Eisentraut
2018-10-04
Refactor user-facing SQL functions signalling backends
Michael Paquier
2018-04-06
Support new default roles with adminpack
Stephen Frost
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-05-24
Tighten checks for whitespace in functions that parse identifiers etc.
Tom Lane
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-07
Fix wrong word in comment.
Robert Haas
2017-03-06
Fix incorrect comments.
Robert Haas
2017-03-03
Add pg_current_logfile() function.
Robert Haas
2017-03-01
Move atooid() definition to a central place
Peter Eisentraut
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-07-14
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-07
Message style and wording fixes
Peter Eisentraut
2016-04-08
Create default roles
Stephen Frost
2016-04-06
Use GRANT system to manage access to sensitive functions
Stephen Frost
2016-03-28
Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.
Tom Lane
2016-03-23
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-18
Introduce parse_ident()
Teodor Sigaev
2016-02-04
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
[next]