]> granicus.if.org Git - postgresql/history - src/backend/utils
Support unlogged tables.
[postgresql] / src / backend / utils /
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-12-29 Tom LaneAvoid unexpected conversion overflow in planner for...
2010-12-28 Bruce MomjianAnother fix for larger postmaster.pid files.
2010-12-28 Bruce MomjianFix code to properly pull out shared memory key now...
2010-12-27 Tom LaneRename the C functions bitand(), bitor() to bit_and...
2010-12-27 Tom LaneFix ill-chosen use of "private" as an argument and...
2010-12-24 Bruce MomjianImprove "pg_ctl -w start" server detection by writing...
2010-12-22 Robert HaasUse memcmp() rather than strncmp() when shorter string...
2010-12-19 Tom LaneFix up handling of simple-form CASE with constant test...
2010-12-19 Tom LaneFix erroneous parsing of tsquery input "... & !(subexpr...
2010-12-18 Magnus HaganderMake GUC variables for syslog and SSL always visible
2010-12-16 Robert HaasSome copy editing of pg_read_binary_file() patch.
2010-12-15 Itagaki TakahiroAdd pg_read_binary_file() and whole-file-at-once versio...
2010-12-14 Robert HaasAllow plugins to suppress inlining and hook function...
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-10 Tom LaneFix efficiency problems in tuplestore_trim().
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-12-08 Simon RiggsOptimize commit_siblings in two ways to improve group...
2010-12-03 Robert HaasUse GUC lexer for recovery.conf parsing.
2010-12-03 Itagaki TakahiroRemove unnecessary string null-termination in pg_convert.
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-29 Tom LaneSimplify and speed up mapping of index opfamilies to...
2010-11-26 Tom LaneRemove bogus use of PGDLLIMPORT.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-22 Alvaro HerreraRemove GucContext parameter from ParseConfigFile
2010-11-21 Robert HaasAdd new SQL function, format(text).
2010-11-20 Tom LaneAssorted further cleanup for integer-conversion patch.
2010-11-20 Robert HaasExpose quote_literal_cstr() from core.
2010-11-20 Robert HaasAttempt to fix breakage caused by signed integer conver...
2010-11-20 Robert HaasSpeed up conversion of signed integers to C strings.
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-11-15 Robert HaasCorrect poor grammar in comment.
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-11-12 Peter EisentrautImproved parallel make support
2010-11-10 Tom LaneFix line_construct_pm() for the case of "infinite"...
2010-11-06 Tom LaneMake get_stack_depth_rlimit() handle RLIM_INFINITY...
2010-11-04 Tom LaneUse appendStringInfoString() where appropriate in elog.c.
2010-11-02 Tom LaneEnsure an index that uses a whole-row Var still depends...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-29 Tom LaneFix comparisons of pointers with zero to compare with...
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-25 Tom LaneFix overly-enthusiastic Assert in printing of Param...
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-18 Tom LaneImprove GIN indexscan cost estimation.
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2010-10-15 Peter EisentrautChange references to SQL/XML:2003 to :2008 and renumber...
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-10-13 Itagaki TakahiroAccept 'public' as a pseudo-role name in has_table_priv...
2010-10-10 Tom LaneSupport triggers on views.
2010-10-08 Bruce MomjianSingle-word clarification in postgresql.conf log_trunca...
2010-10-08 Tom LaneFix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_...
2010-10-08 Tom LaneEliminate some repetitive coding in tuplesort.c.
2010-10-08 Tom LaneTeach CLUSTER to use seqscan-and-sort when it's faster...
2010-09-27 Robert HaasAdd "(change requires restart)" note to some postgresql...
2010-09-23 Tom LaneRe-allow input of Julian dates prior to 0001-01-01 AD.
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-19 Tom LaneReplace last remaining $Id$ with $PostgreSQL$.
2010-09-13 Heikki LinnakangasProcess options from the startup packed in walsender...
2010-09-11 Joe ConwaySERIALIZABLE transactions are actually implemented...
2010-09-04 Tom LanePad the ps_status display with nulls, not blanks, on...
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1
2010-09-02 Tom LaneFix up flushing of composite-type typcache entries...
2010-08-24 Itagaki TakahiroAdd string functions: concat(), concat_ws(), left(...
2010-08-21 Tom LaneUse a non-locale-dependent definition of isspace()...
2010-08-21 Magnus HaganderAdd vacuum and analyze counters to pg_stat_*_tables...
2010-08-19 Tom LaneBring some sanity to the trace_recovery_messages code...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-18 Tom LaneRename utf2ucs() to utf8_to_unicode(), and export it...
2010-08-16 Tom LaneArrange to fsync the contents of lockfiles (both postma...
2010-08-14 Tom LaneFix \ef and \sf to not fail on functions with nonnull...
2010-08-14 Robert HaasFurther dtrace adjustments for the backend-IDs-in-relpa...
2010-08-13 Robert HaasFix assorted dtrace breakage caused by patch to include...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-13 Tom LaneAdd xml_is_well_formed, xml_is_well_formed_document...
2010-08-13 Tom LaneFix Assert failure in PushOverrideSearchPath when tryin...
2010-08-12 Tom LaneExtend psql's \e and \ef commands so that a line number...
2010-08-11 Heikki LinnakangasThe sanity check added to array_recv() wa a bit too...
2010-08-10 Tom LaneAdd three-parameter forms of array_to_string and string...
2010-08-08 Tom LaneAdd an xpath_exists() function. This is equivalent...
2010-08-08 Tom LaneAdd stats functions and views to provide access to...
2010-08-06 Tom LaneAdd a comment about the initial default value of max_st...
2010-08-06 Robert HaasFix incorrect pathname in comment.
2010-08-05 Tom LaneRemove the single-argument form of string_agg(). It...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-08-05 Peter EisentrautAdd xmlexists function
2010-08-04 Robert HaasFix numeric_maximum_size() calculation.
2010-08-03 Robert HaasAllow numeric to use a more compact, 2-byte header...
2010-08-03 Tom LaneReplace the naive HYPOT() macro with a standards-confor...
2010-08-03 Tom LaneCode review for --quote-all-identifiers patch: add...
2010-08-03 Tom LaneAdd some comments to tinterval_cmp_internal pointing...
2010-08-03 Tom LaneBe a little more careful with the shift computations...
2010-08-03 Tom LaneFix core dump in QTNodeCompare when tsquery_cmp() is...
next