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