aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Support for collecting crash dumps on WindowsMagnus Hagander2010-12-19
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-16
* Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().Itagaki Takahiro2010-12-16
* Instrument checkpoint sync calls.Robert Haas2010-12-14
* Allow plugins to suppress inlining and hook function entry/exit/abort.Robert Haas2010-12-13
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Make S_IRGRP etc available in mingw builds as well as MSVC.Tom Lane2010-12-12
* Provide a complete set of file-permission-bit macros in win32.h.Tom Lane2010-12-11
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* Move a couple of initdb's subroutines into src/port/.Tom Lane2010-12-10
* Force default wal_sync_method to be fdatasync on Linux.Tom Lane2010-12-08
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-08
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-07
* Update comment to match later code changes.Tom Lane2010-12-04
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-03
* Use GUC lexer for recovery.conf parsing.Robert Haas2010-12-03
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Simplify and speed up mapping of index opfamilies to pathkeys.Tom Lane2010-11-29
* Move call to GetTopTransactionId() earlier in LockAcquire(),Simon Riggs2010-11-29
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-26
* Object access hook framework, with post-creation hook.Robert Haas2010-11-25
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-24
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-24
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-23
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Centralize some ALTER <whatever> .. SET SCHEMA checks.Robert Haas2010-11-22
* Bump catversion. Should have done this as part of format(text) patch.Robert Haas2010-11-21
* Add new SQL function, format(text).Robert Haas2010-11-20
* Further cleanup of indxpath logic related to IndexOptInfo.opfamily array.Tom Lane2010-11-20
* Expose quote_literal_cstr() from core.Robert Haas2010-11-20
* Speed up conversion of signed integers to C strings.Robert Haas2010-11-19
* Improve relation width estimation for subqueries.Tom Lane2010-11-19
* Add pg_describe_object functionAlvaro Herrera2010-11-18
* Further fallout from the MergeAppend patch.Tom Lane2010-11-18
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-17
* The GiST scan algorithm uses LSNs to detect concurrent pages splits, butHeikki Linnakangas2010-11-16
* Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas2010-11-15
* Fix copy-and-pasteo a little more completely.Robert Haas2010-11-15
* Fix copy-and-pasteo.Alvaro Herrera2010-11-15
* Move copydir() prototype into its own header file.Robert Haas2010-11-12
* Add monitoring function pg_last_xact_replay_timestamp.Robert Haas2010-11-09
* Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warningsItagaki Takahiro2010-11-10
* Use appendrel planning logic for top-level UNION ALL structures.Tom Lane2010-11-08
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResultTom Lane2010-11-01
* Provide hashing support for arrays.Tom Lane2010-10-30
* Avoid creation of useless EquivalenceClasses during planning.Tom Lane2010-10-29
* Add a client authentication hook.Robert Haas2010-10-26
* Fix typos "are are".Itagaki Takahiro2010-10-26
* Refactor typenameTypeId()Peter Eisentraut2010-10-25