2006-05-22 |
Bruce Momjian | Change \; to ; in RULE, \; unnecessary. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Peter Eisentraut | Add strerror to pg_dump error messages where missing. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Update release notes for upcoming releases. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Bruce Momjian | Remove mention of pg_upgrade in release checklist. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Fix errors in fortuna PRNG reseeding logic that could... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Modify libpq's string-escaping routines to be aware... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Add a new GUC parameter backslash_quote, which determin... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Tom Lane | Change the backend to reject strings containing invalid... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Alvaro Herrera | Add last-vacuum/analyze-time columns to the stats colle... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Teodor Sigaev | Call MarkBufferDirty() before XLogInsert() during compl... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Teodor Sigaev | Simplify gistSplit() and some refactoring related code. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Alvaro Herrera | Have autovacuum report its activities to the stat colle... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Alvaro Herrera | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Fix Solaris/ASM test for x86. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Teodor Sigaev | Rework completion of incomplete inserts. Now it writes |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Back out \' change for tsearch2, broke regression tests. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Mention packager bumps configure.in/configure. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Stamp 8.1.4, except configure/configure.in. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Update for version 8.1.4. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Update release notes for 8.1.4. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Bruce Momjian | Use SQL standard '' rather than \' in /contrib. Backpa... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Use unsigned into for slock_t for pre-sparcv8plus. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Tom Lane | Fix choose_bitmap_and() so that partial index predicate... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Tom Lane | When a bitmap indexscan is using a partial index, it... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Allow sparcv8plus to use "cas". |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Code alignment fix. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Tom Lane | Fix thinko in recent changes to handle ScalarArrayOpExp... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Remove canonicalize_path() call for .pgpass socket... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Mention that gcc/sparc generates sparcv7 binaries. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Change <type>string</> to <parameter>string</>. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Add more sparcv8plus comments. |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Make function param_name/type documentation more consis... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Add mention of -xarch=v8plus for "cas" usage on Solaris... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Bruce Momjian | Add simplified sparc8 ASM for solaris_sparc.s, from... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Bruce Momjian | Add comments that Solaris Sun compiler only supports... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Bruce Momjian | Change spaces to tabs, for consistency. (Caused by... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Bruce Momjian | Allow the .pgpass hostname to match the default socket... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Teodor Sigaev | Change catalog version due to WAL protocol changes... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Teodor Sigaev | Reduce size of critial section during vacuum full,... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Bruce Momjian | Rename macro parameter, for clarity. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Bruce Momjian | Update pg_dump vesion wording. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Bruce Momjian | Mention version portability of pg_dump. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Tom Lane | Fix the sense of the test on DH_check()'s return value... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Tom Lane | Upon closer inspection, the sparc code in s_lock.c... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Bruce Momjian | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Tom Lane | Remove unnecessary .seg/.section directives, per Alan... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Bruce Momjian | Use SQL standard '' rather than \' for tutorial/sample... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Tom Lane | Code review for standard_conforming_strings patch.... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Tom Lane | Clean up code associated with updating pg_class statist... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Teodor Sigaev | Some optimizations by Volkan YAZICI <yazicivo@ttnet... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Teodor Sigaev | Reduce size of critical section and remove call of... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Bruce Momjian | Revert documentation mention of array dimension checkin... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Bruce Momjian | Mention array dimmensions are not enforced either. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Bruce Momjian | Build server libpgport with all non-FRONTEND object... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Tom Lane | Rewrite btree vacuuming to fold the former bulkdelete... |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Tom Lane | Rewrite btree index scans to work a page at a time... |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Bruce Momjian | Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Bruce Momjian | Add description: |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Bruce Momjian | Recommend more clearly custom pg_dump format over tar... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Bruce Momjian | Document SSL CRL usage by libpq. |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Tom Lane | Further minor simplification of relcache startup: don... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Bruce Momjian | Add SSL CRL support to libpq. Recently added to the... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Bruce Momjian | Issue a log message if a CRL file exists and the SSL... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Bruce Momjian | Seems some NetBSD 3.0 x86 systems still need float8... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Bruce Momjian | On Solaris ASM, / '/' is the comment for x86, while... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Bruce Momjian | Use regression results float8-small-is-zero only for... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Bruce Momjian | Change Solaris comments from / to !. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Bruce Momjian | Update standards URL. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Bruce Momjian | Add/ cleanup: |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Tom Lane | Don't try to compile SSL CRL support if local SSL insta... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Tom Lane | Code review for contrib/pg_freespacemap. Add a storedp... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Tom Lane | Simplify relcache startup sequence. With the new desig... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Tom Lane | Rethink the locking mechanisms used for CREATE/DROP... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Tom Lane | Create a syscache for pg_database-indexed-by-oid, and... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Teodor Sigaev | Make GIN opclass worked with intarray extensions |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Teodor Sigaev | Fix typo noticed by Alvaro Herrera |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Tom Lane | Fix calculation of plan node extParams to account for... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Tom Lane | Clean up API for ambulkdelete/amvacuumcleanup as per... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Tom Lane | Suppress some gcc warnings. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Tom Lane | Fix grammar of new error message. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Teodor Sigaev | Add GIN opclases for another types |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Teodor Sigaev | GIN: Generalized Inverted iNdex. |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Tom Lane | Avoid assuming that statistics for a parent relation... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Tom Lane | Provide a namespace.c function for lookup of an operato... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Tom Lane | Code review for GRANT CONNECT patch. Spell the privile... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Tom Lane | Improve the representation of FOR UPDATE/FOR SHARE... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Bruce Momjian | Add GRANT CONNECTION ON DATABASE, to be used in additio... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Bruce Momjian | Add question mark: |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Bruce Momjian | Revert patch pending more discussion: |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Tom Lane | Remove sema.c, superseded by win32_sema.c. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Tom Lane | Rearrange some configure.in comments for better readabi... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Tom Lane | We only need to add thread.c on non-WIN32 platforms... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Bruce Momjian | Disallow changing DEFAULT expression of a SERIAL column. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Bruce Momjian | Add Win32 semaphore implementation, rather than mimicki... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Bruce Momjian | Solaris tas() uses 'int' now. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Bruce Momjian | Intel compiler has a bug/misoptimization in checking... |
commit | commitdiff | tree | snapshot |
next |