index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2010-12-16
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-15
Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().
Itagaki Takahiro
2010-12-14
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-12
Make S_IRGRP etc available in mingw builds as well as MSVC.
Tom Lane
2010-12-11
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-09
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-07
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-12-04
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-11-29
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-26
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-25
Object access hook framework, with post-creation hook.
Robert Haas
2010-11-24
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-23
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-21
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-18
Add pg_describe_object function
Alvaro Herrera
2010-11-18
Further fallout from the MergeAppend patch.
Tom Lane
2010-11-17
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2010-11-16
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-11-15
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-12
Move copydir() prototype into its own header file.
Robert Haas
2010-11-10
Add monitoring function pg_last_xact_replay_timestamp.
Robert Haas
2010-11-10
Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings
Itagaki Takahiro
2010-11-08
Use appendrel planning logic for top-level UNION ALL structures.
Tom Lane
2010-11-04
Reimplement planner's handling of MIN/MAX aggregate optimization.
Tom Lane
2010-11-01
Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResult
Tom Lane
2010-10-31
Provide hashing support for arrays.
Tom Lane
2010-10-29
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-27
Add a client authentication hook.
Robert Haas
2010-10-26
Fix typos "are are".
Itagaki Takahiro
2010-10-25
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
Allow new values to be added to an existing enum type.
Tom Lane
[next]