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
Commit message (
Expand
)
Author
Age
*
Use WaitLatch, not pg_usleep, for delaying in pg_sleep().
Tom Lane
2013-06-15
*
Remove special-case treatment of LOG severity level in standalone mode.
Tom Lane
2013-06-13
*
Avoid reading past datum end when parsing JSON.
Noah Misch
2013-06-12
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
*
Fix unescaping of JSON Unicode escapes, especially for non-UTF8.
Andrew Dunstan
2013-06-12
*
Fix cache flush hazard in cache_record_field_properties().
Tom Lane
2013-06-11
*
Handle Unicode surrogate pairs correctly when processing JSON.
Andrew Dunstan
2013-06-08
*
Additional spelling corrections
Stephen Frost
2013-06-03
*
Minor spelling fixes
Stephen Frost
2013-06-01
*
Don't emit non-canonical empty arrays in array_remove().
Noah Misch
2013-05-31
*
postgresql.conf.sample: Improve whitespace
Peter Eisentraut
2013-05-29
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix crash when trying to display a NOTIFY rule action.
Tom Lane
2013-05-16
*
Fix to_number() to correctly ignore thousands separator when it's '.'.
Tom Lane
2013-05-11
*
Guard against input_rows == 0 in estimate_num_groups().
Tom Lane
2013-05-10
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
*
Revert idea of zer-padding padding session id in log_line_prefix
Bruce Momjian
2013-05-06
*
Use correct length to convert json unicode escapes.
Andrew Dunstan
2013-05-01
*
Fix longstanding race condition in plancache.c.
Tom Lane
2013-04-20
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Correct handling of NULL arguments in json funcs.
Andrew Dunstan
2013-04-15
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
*
Support indexing of regular-expression searches in contrib/pg_trgm.
Tom Lane
2013-04-09
*
Fix off by one error in JSON extract path code.
Andrew Dunstan
2013-04-04
*
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-04-03
*
Fix insecure parsing of server command-line switches.
Tom Lane
2013-04-01
*
Make REPLICATION privilege checks test current user not authenticated user.
Tom Lane
2013-04-01
*
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-29
*
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-28
*
Revoke bc5334d8679c428a709d150666b288171795bd76
Simon Riggs
2013-03-28
*
Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bc
Simon Riggs
2013-03-28
*
Set recovery_config_directory for EXEC_BACKEND.
Simon Riggs
2013-03-27
*
Allow external recovery_config_directory
Simon Riggs
2013-03-27
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Change commit_delay to be SUSET for 9.3+
Simon Riggs
2013-03-22
*
Fix "element <@ range" cost estimation.
Heikki Linnakangas
2013-03-21
*
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-20
*
Improve signal-handler lockout mechanism in timeout.c.
Tom Lane
2013-03-17
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Add lock_timeout configuration parameter.
Tom Lane
2013-03-16
*
Extend format() to handle field width and left/right alignment.
Tom Lane
2013-03-14
*
Add cost estimation of range @> and <@ operators.
Heikki Linnakangas
2013-03-14
*
JSON generation improvements.
Andrew Dunstan
2013-03-10
*
SP-GiST support of the range adjacent operator -|-
Heikki Linnakangas
2013-03-08
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
*
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-03-05
*
Fix overflow check in tm2timestamp (this time for sure).
Tom Lane
2013-03-04
*
Fix map_sql_value_to_xml_value() to treat domains like their base types.
Tom Lane
2013-03-03
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
[next]