2011-07-07 |
Robert Haas | Adjust OLDSERXID_MAX_PAGE based on BLCKSZ. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Tom Lane | Finish disabling reduced-lock-levels-for-DDL feature. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Heikki Linnakangas | Fix a bug with SSI and prepared transactions: |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Andrew Dunstan | Fix comments over eagerly c&p'd. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Andrew Dunstan | Reimplement pgbison and pgflex as perl scripts instead... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Tom Lane | Remove assumptions that not-equals operators cannot... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Robert Haas | Add \ir command to psql. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Robert Haas | Attempt to standardize formatting of psql queries. |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Make the file_fdw validator check that a filename optio... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Call FDW validator functions even when the options... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Peter Eisentraut | Message style improvements of errmsg_internal() calls |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Restructure foreign data wrapper chapter so it has... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Peter Eisentraut | Postgres -> PostgreSQL in error message |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Improve documentation about foreign data wrapper valida... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Tom Lane | Fix psql's counting of script file line numbers during... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Magnus Hagander | Fix typo in sslmode documentation |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Eisentraut | Message style tweaks |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Eisentraut | Small documentation tweaks |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Eisentraut | Set user_defined_types.data_type to null |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Heikki Linnakangas | Clarify that you need ActiveState perl 5.8 *or later... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Alvaro Herrera | Move Trigger and TriggerDesc structs out of rel.h into... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Alvaro Herrera | Don't try to use a constraint name as domain name |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Peter Eisentraut | Remove unused variable to silence compiler warning |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Tom Lane | Remove missed reference to SilentMode. |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Heikki Linnakangas | Remove silent_mode. You get the same functionality... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Simon Riggs | Alter test results to comply with new ALTER TABLE behav... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Simon Riggs | Reset ALTER TABLE lock levels to AccessExclusiveLock... |
commit | commitdiff | tree | snapshot |
2011-07-04 |
Tom Lane | Fix omissions in documentation of the pg_roles view. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Tom Lane | Put comments on the installable procedural languages. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Robert Haas | Fix bugs in relpersistence handling during table creation. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Tom Lane | Make distprep and *clean build targets recurse into... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Andrew Dunstan | Fix bat file quoting of %ENV. |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Magnus Hagander | Mark pg_stat_reset_shared as strict |
commit | commitdiff | tree | snapshot |
2011-07-02 |
Tom Lane | Suppress compiler warning about potentially uninitializ... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Bruce Momjian | In the pg_upgrade docs, move 50432 port mention to... |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Bruce Momjian | Change pg_upgrade to use port 50432 by default to avoid... |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Alvaro Herrera | Enable CHECK constraints to be declared NOT VALID |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Alvaro Herrera | Fix outdated comment |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Tom Lane | Restore correct btree preprocessing of "indexedcol... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Heikki Linnakangas | Move the PredicateLockRelation() call from nodeSeqscan... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Heikki Linnakangas | Grab predicate locks on matching tuples in a lossy... |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Magnus Hagander | Protect pg_stat_reset_shared() against NULL input |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Peter Eisentraut | Unify spelling of "canceled", "canceling", "cancellation" |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Simon Riggs | Introduce compact WAL record for the common case of... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Alvaro Herrera | Remove rel.h from objectaddress.h; only relcache.h... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Alvaro Herrera | Modernise pg_hba.conf token processing |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Peter Eisentraut | Implement the collation columns of various information... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Peter Eisentraut | Add composite-type attributes to information_schema... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Robert Haas | Add a missing_ok argument to get_object_address(). |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Simon Riggs | Reduce impact of btree page reuse on Hot Standby by... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Robert Haas | Allow callers to pass a missing_ok flag when opening... |
commit | commitdiff | tree | snapshot |
2011-06-27 |
Robert Haas | Try again to make the visibility map crash safe. |
commit | commitdiff | tree | snapshot |
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 |
next |