2012-04-06 |
Tom Lane | Fix misleading output from gin_desc(). |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Tom Lane | Fix broken comparetup_datum code. |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Peter Eisentraut | Fix some typos in the documentation |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Peter Eisentraut | Correct various system catalog/view definitions in... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Tom Lane | Dept of second thoughts: improve the API for AnalyzeFor... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Tom Lane | Allow statistics to be collected for foreign tables. |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Simon Riggs | Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpda... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Robert Haas | checkopint -> checkpoint |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Robert Haas | Put back code inadvertently deleted from exit_nicely. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Peter Eisentraut | NLS: Use msgmerge/xgettext --no-wrap and --sort-by... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Robert Haas | Allow pg_archivecleanup to strip optional file extensions. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Robert Haas | Publish checkpoint timing information to pg_stat_bgwriter. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Tom Lane | Update obsolete comment. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Robert Haas | Correctly explain units used by function-timing stats... |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Robert Haas | Expose track_iotiming data via the statistics collector. |
commit | commitdiff | tree | snapshot |
2012-04-05 |
Tom Lane | Fix plpgsql named-cursor-parameter feature for variable... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Tom Lane | Improve efficiency of dblink by using libpq's new row... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Tom Lane | Add a "row processor" API to libpq for better handling... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Tom Lane | Remove useless PGRES_COPY_BOTH "support" in psql. |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Tom Lane | Fix syslogger to not lose log coherency under high... |
commit | commitdiff | tree | snapshot |
2012-04-04 |
Tom Lane | Fix a couple of contrib/dblink bugs. |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Robert Haas | Arrange for on_exit_nicely to be thread-safe. |
commit | commitdiff | tree | snapshot |
2012-04-03 |
Peter Eisentraut | Add support for renaming domain constraints |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Peter Eisentraut | NLS: Seed Language field in PO header |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Peter Eisentraut | Fix recently introduced typo in NLS file lists |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Tom Lane | Fix O(N^2) behavior in pg_dump when many objects are... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Tom Lane | Fix O(N^2) behavior in pg_dump for large numbers of... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Tom Lane | Rename frontend keyword arrays to avoid conflict with... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Tom Lane | Fix glitch recently introduced in psql tab completion. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Tom Lane | Add PGDLLIMPORT to ScanKeywords and NumScanKeywords. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Peter Eisentraut | Add new files to NLS file lists |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Peter Eisentraut | Replace printf format %i by %d |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Peter Eisentraut | pgxs: Supply default values for BISON and FLEX variables |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Robert Haas | pg_test_timing: Lame hack to work around compiler warning. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Tom Lane | Fix dblink's failure to report correct connection name... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Tom Lane | Improve contrib/pg_stat_statements' handling of PREPARE... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Tom Lane | Improve handling of utility statements containing plann... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Peter Eisentraut | initdb: Mark more messages for translation |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Simon Riggs | Correct epoch of txid_current() when executed on a... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Andrew Dunstan | Unbreak Windows builds broken by pgpipe removal. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Heikki Linnakangas | Inherit max_safe_fds to child processes in EXEC_BACKEND... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Andrew Dunstan | Remove now redundant pgpipe code. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Tom Lane | Improve contrib/pg_stat_statements to lump "similar... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Peter Eisentraut | Run maintainer-check on all PO files, not only configur... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Peter Eisentraut | Tweak markup to avoid extra whitespace in man pages |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Robert Haas | Attempt to unbreak pg_test_timing on Windows. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Robert Haas | pg_basebackup: Error handling fixes. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Robert Haas | pg_basebackup: Error message improvements. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Robert Haas | Doc fix for pg_test_timing. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Robert Haas | pg_test_timing utility, to measure clock monotonicity... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Robert Haas | Expose track_iotiming information via pg_stat_statements. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Tom Lane | Bend parse location rules for the convenience of pg_sta... |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Tom Lane | Add some infrastructure for contrib/pg_stat_statements. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Robert Haas | New GUC, track_iotiming, to track I/O timings. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Tom Lane | Silence compiler warning about uninitialized variable. |
commit | commitdiff | tree | snapshot |
2012-03-27 |
Peter Eisentraut | pg_dump: Small message adjustment for consistency |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Peter Eisentraut | Improve PL/Python database access function documentation |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Peter Eisentraut | Remove dead assignment |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Robert Haas | Code cleanup for heap_freeze_tuple. |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Tom Lane | Fix COPY FROM for null marker strings that correspond... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Tom Lane | Replace empty locale name with implied value in CREATE... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Tom Lane | Fix planner's handling of outer PlaceHolderVars within... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Tom Lane | Cast some printf arguments to avoid possibly-nonportabl... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Tom Lane | Refactor simplify_function et al to centralize argument... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Tom Lane | Code review for protransform patches. |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Robert Haas | Clarify that PQconninfoParse returns an array with... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Robert Haas | Doc clarifications regarding use of varlena. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Robert Haas | Update docs on numeric storage requirements. |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Tom Lane | Fix GET DIAGNOSTICS for case of assignment to function... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Tom Lane | Refactor to eliminate duplicate copies of conninfo... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Tom Lane | If a role has a password expiration date, show that... |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Tom Lane | Fix configure's search for collateindex.pl. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Peter Eisentraut | Clean up compiler warnings from unused variables with... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Peter Eisentraut | Add installing entab to pgindent instructions |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Robert Haas | Doc updates for index-only scans. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Tom Lane | Allow new relmapper entries when allow_system_table_mod... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Robert Haas | Improve connectMaintenanceDatabase() error reporting. |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Robert Haas | Add some CHECK_FOR_INTERRUPTS() calls to the heap-sort... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Tom Lane | Improve the -l (limit) option recently added to contrib... |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Alvaro Herrera | pg_dump: get rid of die_horribly |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Alvaro Herrera | Fix trigger example code to match header changes |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Alvaro Herrera | Update struct Trigger in docs |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Robert Haas | Remove stray word from sepgsql documentation. |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Peter Eisentraut | pg_upgrade: Add new generated file to .gitignore |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Peter Eisentraut | pg_dump: Remove undocumented "files" output format |
commit | commitdiff | tree | snapshot |
2012-03-20 |
Tom Lane | Restructure SELECT INTO's parsetree representation... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Alvaro Herrera | pg_dump: fix double free of query results |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Alvaro Herrera | plperl: Package-qualify _TD |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Bruce Momjian | In pg_upgrade, remove dependency on pg_config, as that... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Andrew Dunstan | Honor inputdir and outputdir when converting regression... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Bruce Momjian | In pg_upgrade, move new echo quote define into include... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Peter Eisentraut | Add note about column privilege behavior to REVOKE... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Bruce Momjian | In pg_upgrade, create a script to incrementally generat... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Peter Eisentraut | libpq: Fix minor memory leaks |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Peter Eisentraut | psql: Remove inappropriate const qualifiers |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Peter Eisentraut | pg_dump: Fix crash with invalid pg_cast row |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Peter Eisentraut | pg_restore: Fix memory and file descriptor leak with... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Peter Eisentraut | backend: Fix minor memory leak in configuration file... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Tom Lane | Improve commentary in match_pathkeys_to_index(). |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Tom Lane | Revisit handling of UNION ALL subqueries with non-Var... |
commit | commitdiff | tree | snapshot |
next |