summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2013-07-04Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas
2013-07-03Get rid of pg_class.reltoastidxid.Fujii Masao
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-07-01Add timezone offset output option to to_char()Bruce Momjian
2013-07-01Optimize pglz compressor for small inputs.Heikki Linnakangas
2013-06-27Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-06-26Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.Noah Misch
2013-06-26Renovate display of non-ASCII messages on Windows.Noah Misch
2013-06-19Support TB (terabyte) memory unit in GUC variables.Fujii Masao
2013-06-17Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis
2013-06-15Use WaitLatch, not pg_usleep, for delaying in pg_sleep().Tom Lane
2013-06-14Remove special-case treatment of LOG severity level in standalone mode.Tom Lane
2013-06-12Avoid reading past datum end when parsing JSON.Noah Misch
2013-06-12Improve updatability checking for views and foreign tables.Tom Lane
2013-06-12Fix unescaping of JSON Unicode escapes, especially for non-UTF8.Andrew Dunstan
2013-06-11Fix cache flush hazard in cache_record_field_properties().Tom Lane
2013-06-08Handle Unicode surrogate pairs correctly when processing JSON.Andrew Dunstan
2013-06-03Additional spelling correctionsStephen Frost
2013-06-01Minor spelling fixesStephen Frost
2013-06-01Don't emit non-canonical empty arrays in array_remove().Noah Misch
2013-05-30postgresql.conf.sample: Improve whitespacePeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-16Fix crash when trying to display a NOTIFY rule action.Tom Lane
2013-05-11Fix to_number() to correctly ignore thousands separator when it's '.'.Tom Lane
2013-05-10Guard against input_rows == 0 in estimate_num_groups().Tom Lane
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-05-06Revert idea of zer-padding padding session id in log_line_prefixBruce Momjian
2013-05-01Use correct length to convert json unicode escapes.Andrew Dunstan
2013-04-20Fix longstanding race condition in plancache.c.Tom Lane
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-04-15Correct handling of NULL arguments in json funcs.Andrew Dunstan
2013-04-09Create a distinction between a populated matview and a scannable one.Kevin Grittner
2013-04-09Support indexing of regular-expression searches in contrib/pg_trgm.Tom Lane
2013-04-04Fix off by one error in JSON extract path code.Andrew Dunstan
2013-04-03Avoid updating our PgBackendStatus entry when track_activities is off.Tom Lane
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.Tom Lane
2013-03-29Add new JSON processing functions and parser API.Andrew Dunstan
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-28Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bcSimon Riggs
2013-03-27Set recovery_config_directory for EXEC_BACKEND.Simon Riggs
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-22Change commit_delay to be SUSET for 9.3+Simon Riggs
2013-03-21Fix "element <@ range" cost estimation.Heikki Linnakangas
2013-03-20Allow extracting machine-readable object identityAlvaro Herrera
2013-03-18Improve signal-handler lockout mechanism in timeout.c.Tom Lane
2013-03-17Move pqsignal() to libpgport.Tom Lane