summaryrefslogtreecommitdiff
path: root/src/backend/commands/sequence.c
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-14Fix typoPeter Eisentraut
2017-08-04Correct a mistake occurred during merging sequence.c codePavan Deolasee
2017-06-28Merge remote-tracking branch 'remotes/origin/master' into xl10develPavan Deolasee
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-19Handle various problems with sequence handling.Pavan Deolasee
2017-06-16Use RangeVarGetRelidExtended() in AlterSequence()Peter Eisentraut
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-15Fix couple of merge issues in sequence handling codePavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-12Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation.Tom Lane
2017-06-08Fix compiler warnings due to unused variablesTomas Vondra
2017-06-01Modify sequence catalog tuple before invoking post alter hook.Andres Freund
2017-06-01Make ALTER SEQUENCE, including RESTART, fully transactional.Andres Freund
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-15Fix ALTER SEQUENCE lockingPeter Eisentraut
2017-05-05Handle temp sequences so that duplicate values are not produced.Pavan Deolasee
2017-05-05Handle sequence's transactional behaviour on GTMPavan Deolasee
2017-05-02Avoid unnecessary catalog updates in ALTER SEQUENCEPeter Eisentraut
2017-04-28Fix crash when partitioned column specified twice.Robert Haas
2017-04-06Identity columnsPeter Eisentraut
2017-04-04Adjust min/max values when changing sequence typePeter Eisentraut
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-09Use SQL standard error code for nextvalPeter Eisentraut
2017-02-10Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-23Fix default minimum value for descending sequencesPeter Eisentraut
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-21Reorder pg_sequence columns to avoid alignment issuePeter Eisentraut
2016-12-20Add pg_sequence system catalogPeter Eisentraut
2016-12-07Implement table partitioning.Robert Haas
2016-11-18Add pg_sequences viewPeter Eisentraut
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-09-06Add location field to DefElemPeter Eisentraut
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-08-21Throw PG compatible error when a sequence is not yet defined in a sessionPavan Deolasee
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-22Add and use macros IS_PGXC_LOCAL_COORDINATOR and IS_PGXC_REMOTE_COORDINATORPavan Deolasee
2015-05-20Collection of typo fixes.Heikki Linnakangas