index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-30
Add ssl_library preset parameter
Peter Eisentraut
2018-07-29
Mark variable used only in assertion with PG_USED_FOR_ASSERTS_ONLY
Tomas Vondra
2018-07-29
Restore handling of -0 in the C field of lines in line_construct().
Tomas Vondra
2018-07-29
Document security implications of qualified names.
Noah Misch
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
Refactor geometric functions and operators
Tomas Vondra
2018-07-24
Defend against some potential spurious compiler warnings in 86eaf208e.
Andres Freund
2018-07-24
Use setproctitle_fast() to update the ps status, if available.
Thomas Munro
2018-07-23
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-22
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-19
Fix pg_get_indexdef()'s behavior for included index columns.
Tom Lane
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-17
Rework error messages around file handling
Michael Paquier
2018-07-16
Add plan_cache_mode setting
Peter Eisentraut
2018-07-16
doc: Update redirecting links
Peter Eisentraut
2018-07-13
Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().
Tom Lane
2018-07-13
Accept invalidation messages in InitializeSessionUserId().
Thomas Munro
2018-07-11
Fix more wrong paths in header comments
Alexander Korotkov
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
Use signals for postmaster death on Linux.
Thomas Munro
2018-07-10
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-06
Print DEBUG2 like that rather than as DEBUG
Andrew Dunstan
2018-07-05
Use context with correct lifetime in hypothetical_dense_rank_final.
Andres Freund
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-27
Cosmetic improvements for faster column addition.
Amit Kapila
2018-06-26
Fix upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
Correct a comment on logtape.c's leader tape.
Peter Geoghegan
2018-06-26
Increase upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-22
Allow for pg_upgrade of attributes with missing values
Andrew Dunstan
2018-06-22
Fixes for vacuum_cleanup_index_scale_factor GUC option
Alexander Korotkov
2018-06-21
Fix partial aggregation for variance(int4) and related aggregates.
Tom Lane
2018-06-21
Set correct context for XPath evaluation
Alvaro Herrera
2018-06-20
Accept TEXT and CDATA nodes in XMLTABLE's column_expression.
Alvaro Herrera
2018-06-17
Suppress -Wshift-negative-value warnings.
Tom Lane
2018-06-13
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-12
Fix bugs in vacuum of shared rels, by keeping their relcache entries current.
Andres Freund
2018-06-11
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-06-08
Teach SHOW ALL to honor pg_read_all_settings membership
Alvaro Herrera
2018-06-08
Add missing serial commas
Peter Eisentraut
2018-06-04
Fix typo
Peter Eisentraut
2018-05-29
Initialize new jsonb iterator to zero
Peter Eisentraut
2018-05-27
Avoid use of unportable hex constant in convutils.pm
Andrew Dunstan
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-23
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
Accept "B" in all memory-unit GUCs, and improve error messages.
Heikki Linnakangas
2018-05-19
Assorted minor cleanups for bootstrap-data Perl scripts.
Tom Lane
[next]