2006-07-30 |
Bruce Momjian | Fix WIN32 wait() return value macros to be accurate... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Andrew Dunstan | prevent multiplexing Windows kernel event objects we... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Bruce Momjian | Add entry: |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Bruce Momjian | Don't use #include <crtdefs.h> for MSVC <= 1400. |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Bruce Momjian | Add #include postgres_fe.h in two win32-specific files... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Tom Lane | Adjust initialization sequence for timezone_abbreviatio... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Tatsuo Ishii | Change the delta val from 0 and 10000 to -5000 and... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Bruce Momjian | Remove update TODO.detail item. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Bruce Momjian | Updates per Tom: |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Tom Lane | SQL2003-standard statistical aggregates, by Sergey... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Tom Lane | Fix table title. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Tom Lane | Make it clearer that not every Postgres character set... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Bruce Momjian | Update Tatsuo: |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Michael Meskes | Variables should be free'ed only once. |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Michael Meskes | Removed superfluous comment |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Michael Meskes | And one more: |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Michael Meskes | Added more SoC changes by Joachim Wieland <joe@mcknight... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Bruce Momjian | Add URL for UPDATE/SET for multiple values. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Bruce Momjian | Add for UPDATE SET for multiple values: |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Tom Lane | Fix incorrect function return code in cube_cmp and... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Andrew Dunstan | revert last change - broke non-AIX platforms. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Tom Lane | Aggregate functions now support multiple input argument... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Andrew Dunstan | another try at keeping AIX/ppc happy on cube test. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Andrew Dunstan | fix most regression tests for new cube code. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Tom Lane | Original coding of pg_regress.c made the results and... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Bruce Momjian | Allow LDAP lookups from pg_service.conf. |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Peter Eisentraut | Allow units to be specified with configuration settings. |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Tom Lane | Code review for bigint-LIMIT patch. Fix missed planner... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Bruce Momjian | Reorder items: |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Bruce Momjian | Work around bug in strxfmt() but in MS VS2005. |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Peter Eisentraut | When a GUC string variable is not set, print the empty... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Peter Eisentraut | Convert effective_cache_size to an integer, for better... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Tatsuo Ishii | New features contributed by Tomoaki Sato. |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Bruce Momjian | Change LIMIT/OFFSET to use int8 |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Bruce Momjian | /contrib/cube improvements: |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Tom Lane | Modify btree to delete known-dead index entries without... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Bruce Momjian | Add reason for WAL offset reporting: |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Bruce Momjian | Add offset mention: |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Bruce Momjian | Update PITR: |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Tom Lane | Add missing @OVERRIDE to 'India' config file, per Micha... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Tom Lane | Remove hard-wired lists of timezone abbreviations in... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Andrew Dunstan | Use correct ifdef test for cygwin, namely __CYGWIN__... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Tom Lane | Make the order of operations in PostmasterMain a bit... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Peter Eisentraut | Fix spectacular misspellings of procedural language... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Peter Eisentraut | DTrace support, with a small initial set of probes |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Peter Eisentraut | Mark postgresql.conf entries that require server restar... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Andrew Dunstan | Remove dubious and redundant (we think) setting of... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Tom Lane | Add a fudge factor to genericcostestimate() to prevent... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Tom Lane | Convert the lock manager to use the new dynahash.c... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Tom Lane | Fix oversight in sizing of shared buffer lookup hashtab... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Tom Lane | Split the buffer mapping table into multiple separately... |
commit | commitdiff | tree | snapshot |
2006-07-22 |
Tom Lane | Add support to dynahash.c for partitioning shared hasht... |
commit | commitdiff | tree | snapshot |
2006-07-22 |
Tom Lane | Hmm, seems --disable-spinlocks has been broken for... |
commit | commitdiff | tree | snapshot |
2006-07-22 |
Tom Lane | In the recent changes to make the planner account bette... |
commit | commitdiff | tree | snapshot |
2006-07-22 |
Andrew Dunstan | Add libdir to PATH for Cygwin as well as WIN32 - should... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Peter Eisentraut | For automatic dependency tracking, replace our sed... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Tom Lane | Add the full set of comparison functions for type TID... |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Tom Lane | Ah, I finally realize why Magnus wanted to add a -... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Bruce Momjian | Update documentation on GRANT SCEMA USAGE, again. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Tom Lane | As a stopgap to get the Windows buildfarm members runni... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Peter Eisentraut | Make pg_config location overridable for pgxs builds. |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Tom Lane | Print out diff status code when we think there's a... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Tom Lane | Suppress unused-variable compiler warning, per Andrew... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Tom Lane | Fix pg_regress.c to report tests in a parallel group... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Tom Lane | Make pg_regress.c get paths from pg_config_paths.h... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Tom Lane | Don't try to truncate multixact SLRU files in checkpoin... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Bruce Momjian | Update GRANT USAGE on schema permission description. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Neil Conway | pgcrypto merge cleanup: |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Tom Lane | Adjust spawn_process() to avoid unnecessary overhead... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Bruce Momjian | Update WIN32 quoting roles documentation. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Tom Lane | Adjust pg_regress to print out the exact string given... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Bruce Momjian | Add WIN32 compile suggestion to pginclude README. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Tom Lane | kill() is declared in <signal.h> per Single Unix Spec. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Tom Lane | Tweak command quoting for Windows (I'd forgotten about... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Tom Lane | Remove unnecessary inclusion of libpq into pg_regress... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Tom Lane | Rewrite pg_regress as a C program instead of a shell... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Tom Lane | copydir() and rmtree() need to use lstat, not stat... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Bruce Momjian | The Win32 DEF files that are generated for libpq contai... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Bruce Momjian | Add pginclude testing ideas. |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Bruce Momjian | Mark a few functions as static or NOT_USED. |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Tom Lane | Make pg_regress a tad simpler and more general-purpose... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Bruce Momjian | Mention dependency problems caused by pgrminclude on... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Neil Conway | Improve psql's \df slash command to include the argumen... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Neil Conway | Minor documentation tweak: in the tables of functions... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Tom Lane | Include libpq/pqcomm.h to ensure we have correct knowle... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Tom Lane | In a Windows backend, don't build src/port/pgsleep... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Tom Lane | Ensure that we retry rather than erroring out when... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Tom Lane | Fix a few places where $Id$ and $Header$ CVS tags had... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Tom Lane | Fix lack of repeat-inclusion guard in win32 substitute... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Tom Lane | Put back another not-so-unnecessary #include, per repor... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Tom Lane | Fix getDatumCopy(): don't use store_att_byval to copy... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Tom Lane | Improve error message wording. |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Tom Lane | Put back some more not-so-unused-as-all-that #includes... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Tom Lane | Fix some pgcrypto portability issues, per Marko Kreen. |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Tom Lane | Fix some missing inclusions identified with new pgcheck... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Tom Lane | Fix some makefiles that fail to yield good results... |
commit | commitdiff | tree | snapshot |
next |