aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Clean up some problems with redundant cross-type arithmetic operators. AddTom Lane2008-06-17
* Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian2008-06-17
* Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane2008-06-15
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-14
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Comment fix, should say TSQuery instead of TSVector.Heikki Linnakangas2008-06-10
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-08
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-08
* Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.Alvaro Herrera2008-06-06
* Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera2008-06-05
* Improve the documentation comment for replace(). Robert TreatTom Lane2008-05-29
* Add a field to guc enums to allow hiding of values from display whileMagnus Hagander2008-05-28
* Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane2008-05-27
* Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES.Tom Lane2008-05-19
* Fix a subtle bug exposed by recent wal_sync_method rearrangements.Tom Lane2008-05-17
* Remove DEFAULT_SYNC_FLAGBIT ... not used anymore.Tom Lane2008-05-17
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-16
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Support SQL/PSM-compatible CASE statement in plpgsql.Tom Lane2008-05-15
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-14
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-12
* Convert wal_sync_method to guc enum.Magnus Hagander2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Make the new pg_stat_get_activity use OUT parameters, so you don't have toMagnus Hagander2008-05-08
* Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander2008-05-07
* Convert the list of syscache names from a series of #define's into an enum,Tom Lane2008-05-07
* Add timestamp and timestamptz versions of generate_series().Tom Lane2008-05-04
* Add pg_conf_load_time() function to report when the Postgres configurationTom Lane2008-05-04
* Provide for MSVC config equivalents of recently added configure options. RemoveAndrew Dunstan2008-05-03
* Allow the planner's estimate of the fraction of a cursor's rows that will beTom Lane2008-05-02
* Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to alsoTom Lane2008-05-02
* Sigh ... pg_config.h.win32 needs to define BLCKSZ and RELSEG_SIZE now.Tom Lane2008-05-02
* Remove the recently added USE_SEGMENTED_FILES option, and indeed remove allTom Lane2008-05-02
* Some minor further cleanup around A_Const. Don't attach a typecast inTom Lane2008-04-29
* Fix REASSIGN OWNED so that it works on procedural languages too.Alvaro Herrera2008-04-29
* Remove typename from A_Const.Alvaro Herrera2008-04-29
* Fix volatility marking for the generate_series and generate_subscripts familiesAlvaro Herrera2008-04-29
* Bump the catversion for the previous patch.Alvaro Herrera2008-04-28
* Add generate_subscripts, a series-generation function which generates anAlvaro Herrera2008-04-28
* Code review for recent patch to terminate online backup during shutdown:Tom Lane2008-04-26
* Prevent shutdown in normal mode if online backup is running, andMagnus Hagander2008-04-23
* Fix using too many LWLocks bug, reported by Craig RingerTeodor Sigaev2008-04-22
* Fix convert_IN_to_join to properly handle the case where the subselect'sTom Lane2008-04-21
* Clean up float4byval and float8byval handling by dealing with them completelyMagnus Hagander2008-04-21
* Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a stopgapTom Lane2008-04-21
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21