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
2013-07-04
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-01
Add timezone offset output option to to_char()
Bruce Momjian
2013-07-01
Optimize pglz compressor for small inputs.
Heikki Linnakangas
2013-06-27
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.
Noah Misch
2013-06-26
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-19
Support TB (terabyte) memory unit in GUC variables.
Fujii Masao
2013-06-17
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-15
Use WaitLatch, not pg_usleep, for delaying in pg_sleep().
Tom Lane
2013-06-14
Remove special-case treatment of LOG severity level in standalone mode.
Tom Lane
2013-06-12
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-11
Fix cache flush hazard in cache_record_field_properties().
Tom Lane
2013-06-08
Handle Unicode surrogate pairs correctly when processing JSON.
Andrew Dunstan
2013-06-03
Additional spelling corrections
Stephen Frost
2013-06-01
Minor spelling fixes
Stephen Frost
2013-06-01
Don't emit non-canonical empty arrays in array_remove().
Noah Misch
2013-05-30
postgresql.conf.sample: Improve whitespace
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-16
Fix crash when trying to display a NOTIFY rule action.
Tom Lane
2013-05-11
Fix to_number() to correctly ignore thousands separator when it's '.'.
Tom Lane
2013-05-10
Guard against input_rows == 0 in estimate_num_groups().
Tom Lane
2013-05-06
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-01
Use correct length to convert json unicode escapes.
Andrew Dunstan
2013-04-20
Fix longstanding race condition in plancache.c.
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-04-15
Correct handling of NULL arguments in json funcs.
Andrew Dunstan
2013-04-09
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-04
Fix off by one error in JSON extract path code.
Andrew Dunstan
2013-04-03
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-04-01
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-03-29
Add new JSON processing functions and parser API.
Andrew Dunstan
2013-03-28
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-27
Set recovery_config_directory for EXEC_BACKEND.
Simon Riggs
2013-03-27
Allow external recovery_config_directory
Simon Riggs
2013-03-22
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-21
Fix "element <@ range" cost estimation.
Heikki Linnakangas
2013-03-20
Allow extracting machine-readable object identity
Alvaro Herrera
2013-03-18
Improve signal-handler lockout mechanism in timeout.c.
Tom Lane
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
[next]