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