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
Age
Commit message (
Expand
)
Author
2012-02-28
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-02-28
psql: when tab-completing, use quotes on file names that need them
Alvaro Herrera
2012-02-27
ALTER TABLE: skip FK validation when it's safe to do so
Alvaro Herrera
2012-02-27
Call check_keywords.pl in maintainer-check
Peter Eisentraut
2012-02-26
Fix some more bugs in GIN's WAL replay logic.
Tom Lane
2012-02-26
Remove useless cast
Peter Eisentraut
2012-02-26
Remove useless const qualifier
Peter Eisentraut
2012-02-25
Fix some typos and correct wording in the monitoring docs patch
Magnus Hagander
2012-02-25
Merge the list of statistics functions into the view documentation
Magnus Hagander
2012-02-25
Make each pg_stat_ view into it's own table in the documentation
Magnus Hagander
2012-02-24
Merge dissect() into cdissect() to remove a pile of near-duplicate code.
Tom Lane
2012-02-24
Avoid repeated creation/freeing of per-subre DFAs during regex search.
Tom Lane
2012-02-24
Remove useless "retry memory" logic within regex engine.
Tom Lane
2012-02-24
Mention original ctags option name.
Bruce Momjian
2012-02-24
Update src/tools/make_ctags to avoid Exuberant tags option
Bruce Momjian
2012-02-24
Put Debian package list back in alphabetical order
Peter Eisentraut
2012-02-24
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
Fix the general case of quantified regex back-references.
Tom Lane
2012-02-24
Correctly handle NULLs in JSON output.
Andrew Dunstan
2012-02-23
Last-minute release note updates.
Tom Lane
2012-02-23
Convert newlines to spaces in names written in pg_dump comments.
Tom Lane
2012-02-23
Remove arbitrary limitation on length of common name in SSL certificates.
Tom Lane
2012-02-23
Require execute permission on the trigger function for CREATE TRIGGER.
Tom Lane
2012-02-23
Allow MinGW builds to use standardly-named OpenSSL libraries.
Tom Lane
2012-02-23
Remove inappropriate quotes
Peter Eisentraut
2012-02-23
Fix build without OpenSSL
Peter Eisentraut
2012-02-23
Don't install hstore--1.0.sql any more.
Robert Haas
2012-02-23
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Robert Haas
2012-02-23
Fix typo in comment.
Robert Haas
2012-02-22
Improve wording of pg_upgrade logfile option:
Bruce Momjian
2012-02-22
Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18.
Tom Lane
2012-02-22
Add parameters for controlling locations of server-side SSL files
Peter Eisentraut
2012-02-22
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-21
Don't clear btpo_cycleid during _bt_vacuum_one_page.
Tom Lane
2012-02-21
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-02-21
Avoid double close of file handle in syslogger on win32
Magnus Hagander
2012-02-21
Fix typo, noticed by Will Crawford.
Andrew Dunstan
2012-02-21
pg_regress: Add application name setting
Peter Eisentraut
2012-02-20
Don't reject threaded Python on FreeBSD.
Tom Lane
2012-02-20
Fix a couple of cases of JSON output.
Andrew Dunstan
2012-02-20
Fix regex back-references that are directly quantified with *.
Tom Lane
2012-02-20
Add caching of ctype.h/wctype.h results in regc_locale.c.
Tom Lane
2012-02-19
Create the beginnings of internals documentation for the regex code.
Tom Lane
2012-02-19
Improve pretty printing of viewdefs.
Andrew Dunstan
2012-02-19
In ecpglib rewrote code that used strtok_r to not use library functions
Michael Meskes
2012-02-18
Update expected/collate.linux.utf8.out for recent plpgsql changes.
Tom Lane
2012-02-18
gcc on Windows does not know about strtok_s.
Michael Meskes
2012-02-18
Windows doesn't have strtok_r, so let's use strtok_s instead.
Michael Meskes
2012-02-18
Make sure all connection paramters are used in call to PQconnectdbParams.
Michael Meskes
2012-02-18
Sync regex code with Tcl 8.5.11.
Tom Lane
[next]