2012-03-08 |
Peter Eisentraut | psql: Remove useless code |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Tom Lane | Fix some issues with temp/transient tables in extension... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Peter Eisentraut | ecpg: Fix off-by-one error in memory copying |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Peter Eisentraut | ecpg: Fix rare memory leaks |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Heikki Linnakangas | Silence warning about unused variable, when building... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Tom Lane | Improve estimation of IN/NOT IN by assuming array eleme... |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Tom Lane | Fix indentation of \d footers for non-ASCII cases. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Tom Lane | Add GetForeignColumnOptions() to foreign.c, and add... |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Robert Haas | psql: Avoid some spurious output if the server croaks. |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Peter Eisentraut | psql: Fix memory leak |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Peter Eisentraut | psql: Fix invalid memory access |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Peter Eisentraut | libpq: Fix memory leak |
commit | commitdiff | tree | snapshot |
2012-03-07 |
Tom Lane | Expose an API for calculating catcache hash values. |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Peter Eisentraut | libpq: Small code clarification, and avoid casting... |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Tom Lane | Add a hook for processing messages due to be sent to... |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Robert Haas | Typo fix. |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Heikki Linnakangas | Make the comments more clear on the fact that UpdateFul... |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Heikki Linnakangas | Remove extra copies of LogwrtResult. |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Heikki Linnakangas | Simplify the way changes to full_page_writes are logged. |
commit | commitdiff | tree | snapshot |
2012-03-06 |
Bruce Momjian | In pg_upgrade, only lock the old cluster if link mode... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Tom Lane | Redesign PlanForeignScan API to allow multiple paths... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Tom Lane | Improve documentation around logging_collector and... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Peter Eisentraut | Add isolation test to check-world and installcheck... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Tom Lane | Rewrite GiST support code for rangetypes. |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Tom Lane | Remove useless "rough estimate" path from mcelem_array_... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Tom Lane | Improve histogram-filling loop in new compute_array_sta... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Magnus Hagander | More carefully validate xlog location string inputs |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Magnus Hagander | Add function pg_xlog_location_diff to help comparisons |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Tom Lane | Collect and use element-frequency statistics for arrays. |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Andrew Dunstan | Provide environment overrides for psql file locations. |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Peter Eisentraut | Allow CREATE TABLE (LIKE ...) from composite type |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Peter Eisentraut | Fix incorrect uses of gzFile |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Peter Eisentraut | Re-add "make check" target in src/test/isolation/Makefile |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Tom Lane | Allow child-relation entries to be made in ec_has_const... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Peter Eisentraut | Add COLLATION FOR expression |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Peter Eisentraut | ecpg: Clean up some const usage |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Magnus Hagander | Add a rule to optionally build docs with the stylesheet... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Heikki Linnakangas | When a GiST page is split during index build, it might... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Peter Eisentraut | Small possible clarification in pg_basebackup reference... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Peter Eisentraut | Don't link pg_isolation_regress with libpq |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Peter Eisentraut | psql: Improve error display for psql -f - |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Alvaro Herrera | Remove TOAST table from pg_database |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Tom Lane | Simplify references to backslash-doubling in func.sgml. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Heikki Linnakangas | Correctly detect SSI conflicts of prepared transactions... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Tom Lane | Fix MSVC builds for previous patch's addition of a... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Alvaro Herrera | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Tom Lane | Move CRC tables to libpgport, and provide them in a... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Tom Lane | Fix thinko in new match_join_clauses_to_index() logic. |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Peter Eisentraut | Add const qualifiers where they are accidentally cast... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Alvaro Herrera | psql: when tab-completing, use quotes on file names... |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Alvaro Herrera | ALTER TABLE: skip FK validation when it's safe to do so |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Peter Eisentraut | Call check_keywords.pl in maintainer-check |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Tom Lane | Fix some more bugs in GIN's WAL replay logic. |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Peter Eisentraut | Remove useless cast |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Peter Eisentraut | Remove useless const qualifier |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Magnus Hagander | Fix some typos and correct wording in the monitoring... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Magnus Hagander | Merge the list of statistics functions into the view... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Magnus Hagander | Make each pg_stat_ view into it's own table in the... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Tom Lane | Merge dissect() into cdissect() to remove a pile of... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Tom Lane | Avoid repeated creation/freeing of per-subre DFAs durin... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Tom Lane | Remove useless "retry memory" logic within regex engine. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Bruce Momjian | Mention original ctags option name. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Bruce Momjian | Update src/tools/make_ctags to avoid Exuberant tags... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Peter Eisentraut | Put Debian package list back in alphabetical order |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Peter Eisentraut | Add some enumeration commas, for consistency |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Tom Lane | Fix the general case of quantified regex back-references. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Andrew Dunstan | Correctly handle NULLs in JSON output. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Last-minute release note updates. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Convert newlines to spaces in names written in pg_dump... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Remove arbitrary limitation on length of common name... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Require execute permission on the trigger function... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Tom Lane | Allow MinGW builds to use standardly-named OpenSSL... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Peter Eisentraut | Remove inappropriate quotes |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Peter Eisentraut | Fix build without OpenSSL |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Robert Haas | Don't install hstore--1.0.sql any more. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Robert Haas | Make EXPLAIN (BUFFERS) track blocks dirtied, as well... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Bruce Momjian | Improve wording of pg_upgrade logfile option: |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Tom Lane | Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Peter Eisentraut | Add parameters for controlling locations of server... |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Alvaro Herrera | REASSIGN OWNED: Support foreign data wrappers and servers |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Tom Lane | Don't clear btpo_cycleid during _bt_vacuum_one_page. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Tom Lane | Cosmetic cleanup for commit a760893dbda9934e287789d54bb... |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Magnus Hagander | Avoid double close of file handle in syslogger on win32 |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Andrew Dunstan | Fix typo, noticed by Will Crawford. |
commit | commitdiff | tree | snapshot |
2012-02-21 |
Peter Eisentraut | pg_regress: Add application name setting |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Tom Lane | Don't reject threaded Python on FreeBSD. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Andrew Dunstan | Fix a couple of cases of JSON output. |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Tom Lane | Fix regex back-references that are directly quantified... |
commit | commitdiff | tree | snapshot |
2012-02-20 |
Tom Lane | Add caching of ctype.h/wctype.h results in regc_locale.c. |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Tom Lane | Create the beginnings of internals documentation for... |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Andrew Dunstan | Improve pretty printing of viewdefs. |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Michael Meskes | In ecpglib rewrote code that used strtok_r to not use... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Tom Lane | Update expected/collate.linux.utf8.out for recent plpgs... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Michael Meskes | gcc on Windows does not know about strtok_s. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Michael Meskes | Windows doesn't have strtok_r, so let's use strtok_s... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Michael Meskes | Make sure all connection paramters are used in call... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Tom Lane | Sync regex code with Tcl 8.5.11. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Tom Lane | Fix longstanding error in contrib/intarray's int[]... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Tom Lane | Improve statistics estimation to make some use of DISTI... |
commit | commitdiff | tree | snapshot |
next |