2012-10-03 |
Bruce Momjian | In pg_upgrade, use full path name for analyze_new_clust... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Tom Lane | Work around unportable behavior of malloc(0) and reallo... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Alvaro Herrera | Refactor "ALTER some-obj SET SCHEMA" implementation |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Tom Lane | Standardize naming of malloc/realloc/strdup wrapper... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Heikki Linnakangas | Fix typo in previous warning-silencing patch. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Bruce Momjian | In pg_upgrade, improve error reporting when the number... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Bruce Momjian | Adjust pg_upgrade query so toast tables related to... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Bruce Momjian | In pg_upgrade, try to convert the locale names to canon... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Heikki Linnakangas | Silence compiler warning about pointer type mismatch... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Andrew Dunstan | Allow a few seconds for Windows to catch up with a... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Heikki Linnakangas | Add #includes needed on some platforms in the new files. |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Heikki Linnakangas | Split off functions related to timeline history files... |
commit | commitdiff | tree | snapshot |
2012-10-02 |
Heikki Linnakangas | Fix access past end of string in date parsing. |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Bruce Momjian | Add C comment that IsBackendPid() is called by external... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Alvaro Herrera | Remove collations from generic ALTER test |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Heikki Linnakangas | The max shared_buffers value that initdb will choose... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Tom Lane | Provide some static-assertion functionality on all... |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Tom Lane | Add infrastructure for compile-time assertions about... |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Peter Eisentraut | psql: Mark table headers in \drds output for translation |
commit | commitdiff | tree | snapshot |
2012-09-30 |
Peter Eisentraut | Disable _FORTIFY_SOURCE with ICC |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Tom Lane | Fix bugs in "restore.sql" script emitted in pg_dump... |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Peter Eisentraut | Add _FORTIFY_SOURCE to default compiler options for... |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Peter Eisentraut | PL/Python: Remove workaround for returning booleans... |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Peter Eisentraut | PL/Python: Convert oid to long/int |
commit | commitdiff | tree | snapshot |
2012-09-29 |
Alvaro Herrera | Add alternative expected output for alter_generic |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Andrew Dunstan | Remove checks for now long outdated compilers. |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Alvaro Herrera | Add alter_generic regression test |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Tom Lane | Fix tar files emitted by pg_dump and pg_basebackup... |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Peter Eisentraut | Produce textual error messages for LDAP issues instead... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Tom Lane | Fix btmarkpos/btrestrpos to handle array keys. |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Alvaro Herrera | Have pg_terminate/cancel_backend not ERROR on non-exist... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Tom Lane | Run check_keywords.pl anytime gram.c is rebuilt. |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Peter Eisentraut | pg_upgrade test: Disable fsync in initdb and postgres... |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Tom Lane | Make plpgsql's unreserved keywords more unreserved. |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Tom Lane | Add new EVENT keyword to unreserved_keyword production. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Tom Lane | Fix examples of how to use "su" while starting the... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Heikki Linnakangas | Add support for include_dir in config file. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Tom Lane | Prevent emitting "ALTER VIEW foo SET ()". |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Alvaro Herrera | RELEASE_NOTES: Fix typo |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Peter Eisentraut | Update translation updates instructions |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Tom Lane | Minor corrections for ALTER TYPE ADD VALUE IF NOT EXIST... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Andrew Dunstan | Fix docs typo |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Andrew Dunstan | Allow IF NOT EXISTS when add a new enum label. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Tom Lane | Improve ruleutils.c's heuristics for dealing with range... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Heikki Linnakangas | Parse pg_ident.conf when it's loaded, keeping it in... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Heikki Linnakangas | Fix obsolete comment. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Alvaro Herrera | Remove execdesc.h inclusion from tcopprot.h |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Tom Lane | Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Tom Lane | Put back AcceptInvalidationMessages calls in heap_openr... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Tom Lane | Update time zone data files to tzdata release 2012f. |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Peter Eisentraut | pg_upgrade: Remove check for pg_config |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Tom Lane | Fix planning of btree index scans using ScalarArrayOpEx... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Tom Lane | Fix array_typanalyze to work for domains over arrays. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Peter Eisentraut | libpq: Add missing directory to installdirs target |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Tom Lane | Provide adequate documentation of the "table_name ... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Peter Eisentraut | PL/Python: Improve Python 3 regression test setup |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Tom Lane | Rethink heuristics for choosing index quals for paramet... |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Simon Riggs | Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as... |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Kevin Grittner | Fix documentation reference to maximum allowed for... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Tom Lane | Adjust largeobject_1.source per buildfarm. |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Peter Eisentraut | psql: Add more constraint completion |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Tom Lane | Improve largeobject regression test to show size of... |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Tom Lane | Add a regression test case based on bug #7516. |
commit | commitdiff | tree | snapshot |
2012-09-14 |
Robert Haas | Properly set relpersistence for fake relcache entries. |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Tom Lane | Keep plperl's current_call_data record on the stack... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Tom Lane | Fix case of window function + aggregate + GROUP BY... |
commit | commitdiff | tree | snapshot |
2012-09-13 |
Kevin Grittner | Fix typo in comment for pclose_check() function. |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Tom Lane | Fix a couple other leftover uses of 'conisonly' termino... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Andrew Dunstan | Fix catalog docs to reflect connoinherit change in... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Tom Lane | Fix logical errors in tsquery selectivity estimation... |
commit | commitdiff | tree | snapshot |
2012-09-12 |
Kevin Grittner | Fix typo: lexemes misspelled in full text search docs. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Andrew Dunstan | Add vcregress.pl target for checking pg_upgrade. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Tom Lane | Make plperl safe against functions that are redefined... |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Tom Lane | Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake... |
commit | commitdiff | tree | snapshot |
2012-09-08 |
Tom Lane | Adjust PL/Python regression tests some more for Python... |
commit | commitdiff | tree | snapshot |
2012-09-07 |
Tom Lane | Centralize libpq's low-level code for dropping a connec... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Robert Haas | Update syntax shown for \copy to match new syntax for... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Robert Haas | Fix "too many arguments" messages not to index off... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Tom Lane | Allow embedded spaces without quoting in unix_socket_di... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Tom Lane | Fix typo in information_schema documentation. |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Andrew Dunstan | In pg_upgrade, try a few times to open a log file. |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Peter Eisentraut | pgbench: Show better progress when loading tuples |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Heikki Linnakangas | Fix WAL file replacement during cascading replication... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Tom Lane | Fix inappropriate error messages for Hot Standby miscon... |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Tom Lane | Make one last copy-editing pass over the 9.2 release... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Andrew Dunstan | Fix pg_upgrade test script's line end handling on Windows. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Andrew Dunstan | Fix line end mishandling in pg_upgrade on Windows. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Tom Lane | Restore SIGFPE handler after initializing PL/Perl. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Tom Lane | Silence -Wunused-result warning in contrib/pg_upgrade. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Robert Haas | sepgsql cleanups. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Tom Lane | Fix PARAM_EXEC assignment mechanism to be safe in the... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Alvaro Herrera | Trim spgist_private.h inclusion |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Heikki Linnakangas | Fix compiler warnings about unused variables, caused... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Bruce Momjian | In pg_upgrade, document why we can't issue \n\n in... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Heikki Linnakangas | Fix bugs in cascading replication with recovery_target_... |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Kevin Grittner | Fix serializable mode with index-only scans. |
commit | commitdiff | tree | snapshot |
2012-09-05 |
Kevin Grittner | Allow isolation tests to specify multiple setup blocks. |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Bruce Momjian | Remove src/tool/backend, now that the content is on... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Andrew Dunstan | Fix transcription error. |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Bruce Momjian | Document that pg_upgrade requires PGHOST be set for... |
commit | commitdiff | tree | snapshot |
next |