2011-06-27 |
Robert Haas | Mention that SSPI authentication can use GSSAPI on... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Robert Haas | Avoid having two copies of the HOT-chain search logic. |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Peter Eisentraut | Add some strings that were not marked for translation |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Peter Eisentraut | Remove redundant DEF_PGPORT handling |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Peter Eisentraut | Add missing file to GETTEXT_FILES |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Peter Eisentraut | Add the possibility to pass --flag arguments to xgettex... |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Peter Eisentraut | Refactor common gettext triggers |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Peter Eisentraut | Replace tabs by spaces in makefile comment |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Peter Eisentraut | Make _ be automatically included in GETTEXT_TRIGGERS |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Peter Eisentraut | Replace := by = in nls.mk files |
commit | commitdiff | tree | snapshot |
2011-06-26 |
Peter Eisentraut | Remove some cruft from nls.mk files |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Joe Conway | Async dblink functions require a named connection,... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Robert Haas | Documentation improvements for pg_locks with respect... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Bruce Momjian | In pg_upgrade docs, clarify that link mode uses "hard... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Peter Eisentraut | Add information schema views role_udt_grants, udt_privi... |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Peter Eisentraut | Add a bit of markup |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Tom Lane | Undo overly enthusiastic de-const-ification. |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Bruce Momjian | In pg_upgrade, check that the binary and data directori... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Bruce Momjian | In pg_upgrade, fix odd function parameter wrapping. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Tom Lane | Update alternative expected file for recent sequence... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Tom Lane | Revert "Don't select log_cnt in sequence regression... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Bruce Momjian | Rename pg_upgrade directory validation function, for... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Bruce Momjian | Adjust pg_upgrade check for pg_upgrade_support to happe... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Bruce Momjian | Fix pg_upgrade status message capitalization mistake. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Tom Lane | Add missing -I switch for VPATH builds. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Tom Lane | Fix symlink for errcodes.h so it works in VPATH builds... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Robert Haas | Don't select log_cnt in sequence regression tests. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Heikki Linnakangas | Remove pointless const qualifiers from function argumen... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Robert Haas | Make the visibility map crash-safe. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Robert Haas | Add some regression tests for serial pseudotypes. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Robert Haas | Add smallserial pseudotype. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Robert Haas | Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP. |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Robert Haas | Add notion of a "transform function" that can simplify... |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Robert Haas | Performance tuning advice for SSI. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Tom Lane | Minor editing for README-SSI. |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Peter Eisentraut | Message style and spelling improvements |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Tom Lane | Apply upstream fix for blowfish signed-character bug... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Heikki Linnakangas | Adjust the alternative expected output file for prepare... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Heikki Linnakangas | Fix bug in PreCommit_CheckForSerializationFailure.... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Heikki Linnakangas | Fix bug introduced by recent SSI patch to merge ROLLED_... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Tom Lane | Fix missed use of "cp -i" in an example, per Fujii... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Tom Lane | Fix thinko in previous patch for optimizing EXISTS... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Alvaro Herrera | Remove extra copying of TupleDescs for heap_create_with... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Michael Meskes | Fixed string in German translation that causes segfault. |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Peter Eisentraut | Produce HISTORY file consistently as ASCII |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Tom Lane | Add REL9_1_STABLE to the set of branches tracked by... |
commit | commitdiff | tree | snapshot |
2011-06-19 |
Tom Lane | Fix thinko in previous patch to always update pg_class... |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Peter Eisentraut | Capitalization fixes |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Peter Eisentraut | Make external_pid_file world readable |
commit | commitdiff | tree | snapshot |
2011-06-18 |
Magnus Hagander | Remove redundant lib*dll.def rules from .gitignore |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Tom Lane | Don't use "cp -i" in the example WAL archive_command. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Andrew Dunstan | Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Tom Lane | Obtain table locks as soon as practical during pg_dump. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Robert Haas | Add overflow checks to int4 and int8 versions of genera... |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Robert Haas | Fix crash in CREATE UNLOGGED TABLE. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Robert Haas | Fix minor thinko in ProcGlobalShmemSize(). |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Robert Haas | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-06-17 |
Andrew Dunstan | Define FLEXIBLE_ARRAY_MEMBER for MSVC. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Tom Lane | Index tuple data arrays using Anum_xxx symbolic constan... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Peter Eisentraut | Avoid compiler warnings due to possibly unused variables |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Peter Eisentraut | Start using flexible array members |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Heikki Linnakangas | Update README-SSI. Add a section to describe the "dange... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Tom Lane | Remove another no-longer-needed inclusion of predicate.h. |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Heikki Linnakangas | pgindent run of recent SSI changes. Also, remove an... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Simon Riggs | Respect Hot Standby controls while recycling btree... |
commit | commitdiff | tree | snapshot |
2011-06-16 |
Tom Lane | Use single quotes in preference to double quotes for... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Tom Lane | Rework parsing of ConstraintAttributeSpec to improve... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Bruce Momjian | In pg_upgrade, clean up code layout in validateDirector... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Tom Lane | Fix failure to account for memory used by tuplestore_pu... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Tom Lane | Fix oversights in pg_basebackup's -z (compression)... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Heikki Linnakangas | The rolled-back flag on serializable xacts was pointles... |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Heikki Linnakangas | Make non-MVCC snapshots exempt from predicate locking... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Peter Eisentraut | Allow psql \d tab completion to complete all relation... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Peter Eisentraut | Document that psql's \d also works with composite types |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Bruce Momjian | In pg_upgrade, document that link mode has to have... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Tom Lane | Fix assorted issues with build and install paths contai... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Peter Eisentraut | Remove unused variable |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Peter Eisentraut | Add comment that attributes.is_nullable was removed... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Bruce Momjian | In pg_upgrade, check there are no prepared transactions. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Alvaro Herrera | Fix grammatical mistake introduced by previous commit |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Alvaro Herrera | Mention DROP TABLE as well as ALTER TABLE NO INHERIT |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Robert Haas | Improve accuracy of ON_ERROR_STOP documentation. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Heikki Linnakangas | Oops, forgot to change the order of entries in 2PC... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Heikki Linnakangas | Renumber 2PC resource managers so that compared to... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Peter Eisentraut | Move parse2.pl to parse.pl |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Bruce Momjian | Document that bits to the right of the CIDR mask "shoul... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Alvaro Herrera | Fix aboriginal copy-paste mistake in error message |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Alvaro Herrera | Expand warnings on locks acquired by CREATE INDEX CONCU... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Robert Haas | Remove parentheses from mention of current_schemas... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Robert Haas | Clarify that NATURAL without matching columns is like... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Robert Haas | Add doc cross-reference to search_path discussion of... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Robert Haas | Document GUC context for synchronous_standby_names... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Robert Haas | In ALTER EXTENSION docs, document left_type/right_type. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Robert Haas | Markup fix. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Robert Haas | More foreign table documentation improvements. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Heikki Linnakangas | Remove now-unnecessary casts. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Robert Haas | Corrections to ALTER FOREIGN TABLE documentation. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Robert Haas | Code cleanup for InitProcGlobal. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Robert Haas | Tab completion improvements for COMMENT. |
commit | commitdiff | tree | snapshot |
next |