2011-09-07 |
Bruce Momjian | Fix to_date() and to_timestamp() to handle year masks... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | Revert documentation patch about NEW/OLD and triggers. |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Simon Riggs | Partially revoke attempt to improve performance with... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Simon Riggs | Emit cascaded standby message on shutdown only when... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Bruce Momjian | Properly document the existance of OLD/NEW trigger... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Fix spelling mistake in pgpass documentation change. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Add documentation suggestion about adding a comment... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Improve comment about handling of temp tables in shared... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Peter Eisentraut | Correct ancient logic mistake in assertion |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Fix plpgsql "PERFORM" markup. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Avoid possibly accessing off the end of memory in SJIS2... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Avoid possibly accessing off the end of memory in exami... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Document PERFORM limitation when using WITH queries. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Add an "incompatibility" entry to 9.1 release notes... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Tom Lane | Update type-conversion documentation for long-ago changes. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Properly document semphore requirements by accounting... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Add documentation link to strftime supported options. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bruce Momjian | Add C comment about why we send cache invalidation... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Alvaro Herrera | Adjust translator comment format to xgettext expectations |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Alvaro Herrera | Mark some untranslatable messages with errmsg_internal |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Peter Eisentraut | Improve "invalid byte sequence for encoding" message |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Bruce Momjian | Add mention that UTC really means UT1. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Tom Lane | Update time zone data files to tzdata release 2011i. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Bruce Momjian | Document that contrib/pgtrgm only processes ASCII alpha... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Tom Lane | Guard against using plperl's Makefile without specifyin... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Tom Lane | Change get_variable_numdistinct's API to flag default... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Tom Lane | Dig down into sub-selects to look for column statistics. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Tom Lane | Can't print PlannerGlobal's subroots list in outfuncs. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Tom Lane | Clean up the #include mess a little. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Tom Lane | Remove unnecessary and circular #include. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Bruce Momjian | walsender.h doesn't need xlog.h, per Tom. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Bruce Momjian | Move AllowCascadeReplication() define from xlog.h to... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Bruce Momjian | Remove find_lt sgml tool, as it is not needed. |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Tom Lane | Fix typo in pg_srand48 (srand48 in older branches). |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Tom Lane | Rearrange planner to save the whole PlannerInfo (subroo... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Peter Eisentraut | Add archive_command example |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Peter Eisentraut | Whitespace adjustment for consistency in the file |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Tom Lane | Teach ANALYZE to clear pg_class.relhassubclass when... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Michael Meskes | Fix brace indentation of commit 63d06ef59156719efd0208c... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Improve method of avoiding fcinfo compile errors. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Heikki Linnakangas | Remove spurious comma. Spotted by Tom. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Add C comment about needed include. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Heikki Linnakangas | libpq compiles various pgport files like ecpg does... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Tom Lane | Put back improperly removed #include. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Add C comment about necessary NetBSD include. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Add missing hba.h include for NetBSD. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | In SGML we only need to worry about "<", not ">"; ... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Remove unnecessary #include references, per pgrminclude... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Michael Meskes | In ecpglib restore LC_NUMERIC in case of an error. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Robert Haas | Minor improvements to mbregress.sh script. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Robert Haas | Userspace access vector cache for contrib/sepgsql. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Robert Haas | Fix "is db labeled test?" in chkselinuxenv script. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Remove "fmgr.h" include in cube contrib --- caused... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Heikki Linnakangas | Fix MinGW build, broken by my previous patch to add... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Heikki Linnakangas | setlocale() on Windows doesn't work correctly if the... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Heikki Linnakangas | Move the line to undefine setlocale() macro on Win32... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Tom Lane | Further repair of eqjoinsel ndistinct-clamping logic. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Bruce Momjian | Fix pg_upgrade to preserve toast relfrozenxids for... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Tom Lane | Improve eqjoinsel's ndistinct clamping to work for... |
commit | commitdiff | tree | snapshot |
2011-08-31 |
Heikki Linnakangas | The replication status values in pg_stat_replication... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Tom Lane | Fix not-backwards-compatible pg_upgrade test for prepar... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Tom Lane | Fix a missed case in code for "moving average" estimate... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Peter Eisentraut | Clean up pg_regress --help output |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Peter Eisentraut | Some markup cleanup to deconfuse the find_gt_lt tool |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Robert Haas | Repair brain fade in previous commit, per Josh Kupershmidt. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Robert Haas | Add --if-exists option to dropdb and dropuser. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Andrew Dunstan | Detect out of date flex in MSVC builds. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Robert Haas | Fix parsing of time string followed by yesterday/today... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Robert Haas | Remove some tabs from README file. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Tom Lane | Fix concat_ws() to not insert a separator after leading... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Tom Lane | Use a non-locking test in TAS_SPIN() on all IA64 platforms. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Robert Haas | Improve spinlock performance for HP-UX, ia64, non-gcc. |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Tom Lane | Actually, all of parallel restore's limitations should... |
commit | commitdiff | tree | snapshot |
2011-08-29 |
Tom Lane | Be more user-friendly about unsupported cases for paral... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Tom Lane | Include $cc_string in the info reported by a configure... |
commit | commitdiff | tree | snapshot |
2011-08-28 |
Bruce Momjian | Modify pgrminclude -v to report include files that... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Tom Lane | Don't assume that "E" response to NEGOTIATE_SSL_CODE... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Peter Eisentraut | Document minimum required version of DocBook XSL styles... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Tom Lane | Ensure we discard unread/unsent data when abandoning... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Bruce Momjian | Allow more include files to be compiled in their own... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Bruce Momjian | Add support for #elif to pgrminclude. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Peter Eisentraut | Implement the information schema with_hierarchy column |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Peter Eisentraut | Spelling improvement |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Bruce Momjian | Add another pgdefine path check, and a cvs-git change. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Bruce Momjian | Change references of CVS to .git. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Bruce Momjian | Add postgres.h to *.c files for pg_upgrade, ltree,... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bruce Momjian | Fix missing pgdefine detection in pgrminclude. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bruce Momjian | Modify pgrminclude to include all code, even in #if... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bruce Momjian | Cleanup of script. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bruce Momjian | Add missing includes after pgrminclude run. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bruce Momjian | do include files first |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bruce Momjian | Add markers. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bruce Momjian | Add another marker. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bruce Momjian | Add markers for skips. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bruce Momjian | Fix #if blocks. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Tom Lane | Fix potential memory clobber in tsvector_concat(). |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Tom Lane | Improve comments describing tsvector data structure. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Tom Lane | Clean up weird corner cases in lexing of psql meta... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Tom Lane | Support non-ASCII letters in psql variable names. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Bruce Momjian | Fix pgrminclude regex pattern. |
commit | commitdiff | tree | snapshot |
next |