2010-10-11 |
Tom Lane | Fix assorted bugs in GIN's WAL replay logic. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Tom Lane | Improve the planner's simplification of NOT constructs. |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Tom Lane | Teach psql to do tab completion for names of psql varia... |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Tom Lane | Support triggers on views. |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Peter Eisentraut | Extensive ECPG documentation improvements |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Robert Haas | Adjust EXPLAIN documentation, so that it's not unreason... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Bruce Momjian | Single-word clarification in postgresql.conf log_trunca... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Tom Lane | Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Robert Haas | Warn that views can be safely used to hide columns... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Tom Lane | Improve logging in VACUUM FULL VERBOSE and CLUSTER... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Tom Lane | Eliminate some repetitive coding in tuplesort.c. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Tom Lane | Teach CLUSTER to use seqscan-and-sort when it's faster... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Robert Haas | Improve WAL reliability documentation, and add more... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Tom Lane | Reduce the memory requirement for large ispell dictiona... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Tom Lane | Clean up temporary-memory management during ispell... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Simon Riggs | Correct docs for behaviour of ALTER DATABASE .. RENAME... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Tom Lane | Undo some poorly-thought-out "proofreading improvements". |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Tom Lane | Behave correctly if INSERT ... VALUES is decorated... |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Tom Lane | Remove excess argument to open(2). |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Tom Lane | Throw an appropriate error if ALTER COLUMN TYPE finds... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Tom Lane | Use a separate interpreter for each calling SQL userid... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Robert Haas | Adjust pg_archivecleanup docs to match message changes... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Tom Lane | Update release notes for releases 9.0.1, 8.4.5, 8.3... |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Peter Eisentraut | Add/fix caching on some configure checks |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Peter Eisentraut | Update ecpglib error code listing |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Bruce Momjian | Have pg_upgrade use strtoul(), not strtol(). |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Use macro atooid() for conversion of strings to oids... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Tom Lane | Improve messages for too many private files/dirs. ... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | In pg_upgrade, properly handle oids > 2^31 by using... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Fix leak patch that was using fclose() instead of close(). |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Properly close files after read file failure to prevent... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Tom Lane | Fix another small oversight in command_no_begin patch. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Mention that pg_upgrade requires write permission in... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Mention in pg_upgrade docs that the proper Win32 servic... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Tom Lane | Fix PlaceHolderVar mechanism's interaction with outer... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Bruce Momjian | Add mention of installing pg_upgrade_support in pg_upgr... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Alvaro Herrera | Add missing agg_type nonterminal description in new... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Andrew Dunstan | Fix MSVC builds for dummy_seclabel breakage. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Robert Haas | Fix duplicate OIDs introduced by SECURITY LABEL patch. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Itagaki Takahiro | Only DISCARD ALL should be in the command_no_begin... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Itagaki Takahiro | Add DISCARD to the command_no_begin list for AUTOCOMMIT... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Robert Haas | Add a SECURITY LABEL command. |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Robert Haas | Add "(change requires restart)" note to some postgresql... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Tom Lane | Improve git_changelog as per discussion with Robert... |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Peter Eisentraut | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Tom Lane | Still more tweaking of git_changelog. |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Tom Lane | Fix some more bugs in git_changelog. |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Tom Lane | Minor improvements to git_changelog. |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Tom Lane | Rename git_topo_order -> git_changelog, per discussion. |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Tom Lane | Fix another join removal bug: the check on PlaceHolderV... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Peter Eisentraut | Fix man page markup for <cmdsynopsis> with multiple... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Robert Haas | In levenshtein_internal(), describe algorithm a bit... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Tom Lane | Still more .gitignore cleanup. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Alvaro Herrera | Prevent doc/src/sgml subdirs from being created, instea... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Robert Haas | Add contrib/xml2/pgxml.sql to .gitignore |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Robert Haas | Replace doc references to install-win32 with install... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | ProcessIncomingNotify *must* reset notifyInterruptOccur... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Prevent show_session_authorization from crashing when... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Avoid sharing subpath list structure when flattening... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Make _outPathInfo print the relid set of the path's... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Heikki Linnakangas | Initialize tableoid field correctly when dumping foreig... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Re-allow input of Julian dates prior to 0001-01-01 AD. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | More fixes for libpq's .gitignore file. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Robert Haas | Fix inconsistent capitalization of "PL/pgSQL". |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Tom Lane | Do some copy-editing on the Git usage docs. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Tom Lane | Fix remaining stray references to CVS. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Tom Lane | Add assorted other documentation build targets to docum... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Tom Lane | Some more gitignore cleanups: cover contrib and PL... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Magnus Hagander | Add gitignore files for ecpg regression tests. |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Magnus Hagander | Remove anonymous cvs instructions, and replace them... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Magnus Hagander | Convert cvsignore to gitignore, and add .gitignore... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Robert Haas | Typo fix. "CVS" is not the same thing as "CSV". |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | pgcvslog isn't useful anymore, either. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | add_cvs_markers isn't useful anymore. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | Some more cleanup of CVS keyword noise. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | The port/pg_latch.c symlink ought to be removed by... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | Fix a missed explanation of auto-analyze threshold... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Tom Lane | Trivial typo fix. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Robert Haas | Remove various mentions of CVS from src/tools/RELEASE_C... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Robert Haas | git_topo_order script, to match up commits across branches. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Magnus Hagander | Rename README.CVS to README.git and change references... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Magnus Hagander | Remove cvs keywords from all files. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Bruce Momjian | Update HOT README about when single-page vacuums happen. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Tom Lane | Replace last remaining $Id$ with $PostgreSQL$. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Tom Lane | Fix several broken $PostgreSQL$ keywords. Noted while... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tom Lane | Make sure we wait for protocol-level EOF when ending... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Tom Lane | Give a suitable HINT when an INSERT's data source is... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Robert Haas | Move pg_db_role_setting docs to correct place in alphab... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Robert Haas | Remove duplicated code left behind by my recent refacto... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Tom Lane | Add some documentation about how we WAL-log filesystem... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Magnus Hagander | Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Tom Lane | Stamp 9.0 release notes with expected release date... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Tom Lane | Fix bad grammar. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Tom Lane | Fix two new-in-9.0 bugs in hstore. |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Tom Lane | Add a compatibility note about plpgsql's treatment... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Heikki Linnakangas | Fix two typos in comments, spotted by Fujii Masao and... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Heikki Linnakangas | Use a latch to make startup process wake up and replay... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Heikki Linnakangas | Simplify Windows implementation of latches. There's... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Heikki Linnakangas | Don't call OwnLatch while holding a spinlock. OwnLatch... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Tom Lane | Fix join-removal logic for pseudoconstant and outerjoin... |
commit | commitdiff | tree | snapshot |
next |