| 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 | 
| 2011-08-26 |  Andrew Dunstan | Unbreak MSVC build broken by my port of flex check. | commit | commitdiff | tree | snapshot | 
| 2011-08-26 |  Bruce Momjian | In pgrminclude, add code to skip includes with a marker... | commit | commitdiff | tree | snapshot | 
| 2011-08-26 |  Bruce Momjian | In pgrminclude, make skipped include names constent... | commit | commitdiff | tree | snapshot | 
| 2011-08-26 |  Bruce Momjian | In pg_upgrade, limit schema name filter to include... | commit | commitdiff | tree | snapshot | 
| 2011-08-25 |  Andrew Dunstan | Port backup check on psql lexer to MSVC. | commit | commitdiff | tree | snapshot | 
| 2011-08-25 |  Alvaro Herrera | Add expected isolationtester output when prepared xacts... | commit | commitdiff | tree | snapshot | 
| 2011-08-25 |  Tom Lane | Add makefile rules to check for backtracking in backend... | commit | commitdiff | tree | snapshot | 
| 2011-08-25 |  Tom Lane | Fix psql lexer to avoid use of backtracking. | commit | commitdiff | tree | snapshot | 
| 2011-08-25 |  Tom Lane | Add "%option warn" to all flex input files that lacked it. | commit | commitdiff | tree | snapshot | 
| 2011-08-25 |  Robert Haas | Change format of SQL/MED generic options in psql backsl... | commit | commitdiff | tree | snapshot | 
| 2011-08-25 |  Robert Haas | Properly quote SQL/MED generic options in pg_dump output. | commit | commitdiff | tree | snapshot | 
| 2011-08-25 |  Robert Haas | Tweak postgresql.conf.sample's comments on listen_addre... | commit | commitdiff | tree | snapshot | 
| 2011-08-25 |  Robert Haas | Adjust CREATE DOMAIN example for standard_conforming_st... | commit | commitdiff | tree | snapshot | 
| 2011-08-25 |  Tom Lane | Add a regression test for pgstattuple. | commit | commitdiff | tree | snapshot | 
| 2011-08-25 |  Tom Lane | Fix pgstatindex() to give consistent results for empty... | commit | commitdiff | tree | snapshot | 
| 2011-08-24 |  Alvaro Herrera | Update FK alternative test output to new whitespace... | commit | commitdiff | tree | snapshot | 
| 2011-08-24 |  Tom Lane | Fix pgxs.mk to always add  --dbname=$(CONTRIB_TESTDB... | commit | commitdiff | tree | snapshot | 
| 2011-08-24 |  Peter Eisentraut | Build src/ before contrib/ in make world | commit | commitdiff | tree | snapshot | 
| 2011-08-24 |  Tom Lane | Avoid locale dependency in expected output. | commit | commitdiff | tree | snapshot | 
| 2011-08-24 |  Tom Lane | Fix multiple bugs in extension dropping. | commit | commitdiff | tree | snapshot | 
| 2011-08-24 |  Tom Lane | Make CREATE EXTENSION check schema creation permissions. | commit | commitdiff | tree | snapshot | 
| 2011-08-23 |  Tom Lane | Fix overoptimistic assumptions in column width estimati... | commit | commitdiff | tree | snapshot | 
| 2011-08-23 |  Peter Eisentraut | Use consistent format for reporting GetLastError() | commit | commitdiff | tree | snapshot | 
| 2011-08-23 |  Heikki Linnakangas | Add recovery.conf to the index in the user manual. | commit | commitdiff | tree | snapshot | 
| 2011-08-23 |  Bruce Momjian | Add missing include so include file compiles cleanly... | commit | commitdiff | tree | snapshot | 
| 2011-08-23 |  Bruce Momjian | Mark cpluspluscheck as excutable in git. | commit | commitdiff | tree | snapshot | 
| 2011-08-22 |  Robert Haas | Typo fix. | commit | commitdiff | tree | snapshot | 
| 2011-08-22 |  Tom Lane | Fix handling of extension membership when filling in... | commit | commitdiff | tree | snapshot | 
| 2011-08-22 |  Bruce Momjian | Properly call strerror() in thread test;  add comments. | commit | commitdiff | tree | snapshot | 
| 2011-08-22 |  Bruce Momjian | Simplify errno generating in thread testing program. | commit | commitdiff | tree | snapshot | 
| 2011-08-21 |  Tom Lane | Fix trigger WHEN conditions when both BEFORE and AFTER... | commit | commitdiff | tree | snapshot | 
| 2011-08-20 |  Bruce Momjian | Have thread_test create its test files in the current... | commit | commitdiff | tree | snapshot | 
| 2011-08-20 |  Tom Lane | Fix performance problem when building a lossy tidbitmap. | commit | commitdiff | tree | snapshot | 
| next |